2 projects tagged "cookie"
Zebra_Cookie is an extremely small (~500 bytes minified) jQuery plugin for writing, reading, and deleting cookies. Handling cookies can be a daunting task using plain JavaScript, and because jQuery doesn’t natively include functions for handling cookies and one must rely on plug-ins.
Local Data is a PHP class which can store multiple values in a single cookie. It can set and get multiple values which use cookies to be shared between different server-side scripts. The values are stored in cookies encoded in the JSON format so they can be easily accessed with browser-side JavaScript code, preserving the original value data types. A JavaScript library is provided to set and get values stored this way in cookies.