Cookies
Results 1 - 6 of 6
Handling JavaScript Cookies
Cookies could become the ticket to success of a great JavaScript application. When cookies are properly defined, the application is stable and users will feel more secure because of the active monitoring and recording of the application. JavaScript would...
(show more)
Cookies
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use...
(show more)
Javascript Cookies Tutorial
It is very common for a website to use cookies. Cookies are a small snippet of data that is stored on the clients machine. Cookies can store anything from user information to session data. Learn how to set, retrieve and delete cookies using Javascript.
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 rages...
(show more)
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.
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.
