Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

ASP >> Cookies

How do I control the expiration date of the cookie ?

Visitor Ratings (0) :

Description
The life of the cookie is only for the current IE session. If you shut down IE and re-open it, the cookie is gone. You can avoid this by following method. After you set the cookie, also set the expiration date.

See the sample code;
Code
Select All
 Rate this Resource