Home

Submit

Source

Feeds

Home » JavaScript » Cookies and Sessions ::

JavaScript Cookies and Sessions
A cookie lets you store a small amount of information about a user visiting your site. A cookie is a small text file that is stored on the site visitor's computer by their browser.Because the cookie is stored on the user's computer, it does not require any server space no matter how many users you have.You can use cookies to save user preferences, customize data, remember the last visit, or to keep track of items in an order while a user browses.
Related Tutorials
JavaScript Cookies and Sessions
Who stole the cookies? by Nakul Goyal
JavaScript / Cookies and Sessions
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 on.

Site: www.nakulgoyal.com Report - View Tutorial

JavaScript Cookies and Sessions
Determine if Cookies Are Enabled
JavaScript / Cookies and Sessions
Use a few simple lines of JavaScript to verify if cookies are accepted by the target web browser.

Site: www.devpub.com Report - View Tutorial

JavaScript Cookies and Sessions
Session only cookies
JavaScript / Cookies and Sessions
In this tutorial, we'll look up the recipe for session-only cookies, and how they can help your scripts retain information even after the page is reloaded or cleared.

Site: wsabstract.com Report - View Tutorial

JavaScript Cookies and Sessions
Determining JavaScript cookie support in client's browser
JavaScript / Cookies and Sessions
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.

Site: www.javascriptkit.com Report - View Tutorial

JavaScript Cookies and Sessions
Shopping Cart
JavaScript / Cookies and Sessions
Move information across pages using cookies. This is a must for people who sell anything over the Web.

Site: www.htmlgoodies.com Report - View Tutorial

JavaScript DHTML and DOM
Expandable and Collapseable menus with cookies
JavaScript / DHTML and DOM
This is a basic script that will open or close a div by toggling it, and saving its state within a cookie.

Site: www.mileswjohnson.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement