The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. When you enter a Web site using cookies, you may be asked to fill out a form providing such information as your name and interests. This information is packaged into a cookie and sent to your Web browser which stores it for later use. The next time you go to the same Web site, your browser will send the cookie to the Web server. The server can use this information to present you with custom Web pages.
customize the page like this...
in the page load event write code
in the button click event write the code..
where "p"= main cookie name from which cookie made..
cookie.expires()=time after which cookies will expire.
.
customize the page like this...
in the page load event write code
in the button click event write the code..
where "p"= main cookie name from which cookie made..
cookie.expires()=time after which cookies will expire.
.
No comments :
Post a Comment