Cookies
By: san
Cookies Cookies:- Cookies provide a useful means in Web applications to store user-specific information. For example, when a user visits your site, you can use cookies to store user preferences or other information. When the user visits your Web site another time, the application can retrieve the information it stored earlier. A cookie is a small bit of text that accompanies requests and pages as they go between the Web server and browser. The cookie contains information the Web application can read whenever the user visits the site. Imagine that when users request a page from your site, www.contoso.com, your application sends not just a page, but a cookie containing the date and time. When the user's browser gets the page, the browser also gets the cookie, which it stores in a folder on the user's hard disk. Later, the user requests a page from your site again. When the user enters the URL www.contoso.com, the browser looks on the local hard disk for a cookie associated with the URL. If the cookie exists, the browser sends the cookie to your site along with the page request. Your application can then determine the date and time that the user last visited the site. You might use the information to display a message to the user, check an expiration date, or perform any other useful function.
Visit Site: http://babycoder.blogspot.com/
>>Reprint/Distribution Source : ArticleWareHouse.com
Presented by TwoDogs.org. Check it out for the latest news and stories.
Also presented by Hitspot.com. Hitspot.com is a social site that is designed for the user with - better navigation, faster loads, better features and much more. Hitspot.com - Social Networking for the Rest of US!. JOIN NOW!
|