Store/Retrieve Cookie Values
This example stores 3 variables into a cookie, and then retrieves them. It puts the values into a form text box where the user can change the values. A window can be made to open up where that window has the cookie values written on it.
Price: Free
http://www.js-examples.com/example/?ex=39
(Rating: 0.00 Votes: 0)
Rate ItReview It
User Name
This cookie allows you to record and store the visitors name on the visitors computer and to later retrieve that information.
Price: Free
http://javascript.internet.com/cookies/name.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
Verify Cookie Max Size
The author notes" I was using IE version 5.5 to find the maximum size you can have a cookie be. This seems to be on the side of working - add 1 more to the size and it will not work as the cookie becomes too big. It should be easy enough to take this script and use it for yourself to test your web browser (future releases)."
Price: Free
http://www.js-examples.com/example/?ex=378
(Rating: 0.00 Votes: 0)
Rate ItReview It
Visits
This cookie records how many times the visitor has visited the page and writes to the page accordingly. (ie: You have been here 2 times).
Price: Free
http://javascript.internet.com/cookies/visits.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
Your Last Visit
This script remembers the last time a user visited your Web page within last 30 days. A cookie is used to record the time of a visit.
Price: Free
Platform: All
http://www.eskimo.com/~jet/javascript/lastvisit.html
(Rating: 0.00 Votes: 0)
Rate ItReview It