|
|
Cookies
JavaScript » Tips and Tutorials » Cookies
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
The Navigator ObjectThis chapter describes the various methods and properties of the navigator object including how to detect a user's browser, version and operating system.
It also deals with the creation and reading of cookies. Who stole the cookies? by Nakul Goyal - FreeINTERNET 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. Determining cookie support in client's browser - freeIf 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 CookiesLearn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared. Cookies - FreeA 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 Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Here's a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|