Cookie: Examples
A utility for reading and writing cookies via JavaScript. The Cookie Utility includes a facility for rolling up data into subcookies, effectively increasing the total number of cookies that it's possible to store on a single client.
- Simple Cookie Example: Demonstrates basic usage of the Cookie utility for reading and writing cookies.
- Advanced Cookie Example: Demonstrates using the Cookie utility to get, set and remove cookies.
- Subcookie Example: Demonstrates using the Cookie utility to get and set subcookies.