 
  |
 |
Javascript cookies
|
|
 |
|
Here you will find an object with methods to save, read and erase cookies. Using these methods you can manipulate cookies on your site.
|
 |
| |
Cookie Editor
|
|
 |
|
With this script, you can view, add, modify and delete the cookies of your Web browser. It is useful for debugging dynamic Web sites.
|
 |
| |
Cookie Functions
|
|
 |
|
4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.
|
 |
| |
Who stole the cookies? by Nakul Goyal
|
|
 |
|
INTERNET cookies are incredibly simple, but they are one of those things that have taken on a life of their own. Cookies started receiving tremendous media attention starting February 2000 because of the Internet privacy concerns. The debate still ra
|
 |
| |
Stored Documents
|
|
 |
|
Stored Documents is a Favorites capability for your website. It is supplied both as a free hosted service, or available for download. By simply placing a tag on the page where you want the links to appear, the Stored Documents script provides three
|
 |
| |
Cookie Utility Class
|
|
 |
|
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per
|
 |
| |
Determining cookie support in client's browser
|
|
 |
|
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
|
 |
| |
Display Time of Last Visit
|
|
 |
|
This script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. Uses cookies.
|
 |
| |
Indicate if the site was updated since your...
|
|
 |
|
Using cookies this script saves the date of the user's last visit and compares the date of the last updated date for the page. It then shows whether the page was updated or not since his/her last visit.
|
 |
| |
Understanding Session-only Cookies
|
|
 |
|
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
|
 |
| |
|
 |
 
  |