Revision history for JavaScript extension HTTP.Cookies. Time zone is GMT+2. 1.11 Fri Jan 26 12:42:44 2007 => Fixed a typo. .replace(/ERROLEVEL/, 'ERRORLEVEL'); 1.10 Thu Jan 25 23:51:13 2007 => Fixed a cache bug. If you alter the document cookies (write or remove) then the cache will be flushed. So, you can use the same HTTP.Cookies object after modifying cookies. => Some fixes in read() & write(). It is now possible to use non-alphanumeric cookie names. => Reformatted some parts of the code. => New methods: obliterate() and names(). => Updated Pod. => Updated demo page. 1.02 Wed Jan 24 22:07:01 2007 => Fixed a typo in pod. => Updated demo.html. It is now valid XHTML 1.1 and has valid CSS. => Now using Build.PL. 1.01 Fri Jul 15 21:52:35 2005 => Documentation fixes. => Some fixes in .write() and .remove(). => Updated demo.html. 1.00 Fri Jul 8 18:45:34 2005 => Initial release.