Friday, July 4th, 2008

A Cookie ToolBox

Cookies are the main way of retaining information between one web page and the next and the only way to retain information between different browser sessions. Cookies are supported by both JavaScript and server side processing. Cookies are however limited in the amount of data they can store. Each domain can store up to 20 cookies with up to 4k of data in each with a maximum of about 300 cookies being able to be stored in total.

By using my cookie toolbox you make processing of cookies in JavaScript easier as well as being able to store an array of values into a single cookie.

A Cookie ToolBox

Tags: , ,

Comments are closed.