Archive for September 17th, 2008

Wednesday, September 17th, 2008

Passing Parameters using Cookies

Handling cookies from JavaScript is much easier once you have written functions that take care of reading, writing, and deleting cookies. To provide maximum flexibility in being able to use cookies I wrote a set of these functions that allows entire arrays of data to be stored within a single cookie if you need to [...]