July 2011
Beginner
544 pages
12h 34m
English
In This Chapter
Displaying “New to You” Messages 235
In Web terms, a cookie is a unique nugget of information that a Web server gives to your browser when the two first meet and which they then share with each return visit. The remote server saves its part of the cookie and the information it contains about you; your browser does the same, as a plain text file stored on your computer’s hard disk.
As a JavaScript author, you can do many useful things with cookies. If your site requires registration, you can set cookies to store your readers’ user names and passwords ...
Read now
Unlock full access