
10.19.2004
Cookies - Persistent vs In Memory
Struggled with classic ASP port to ASP.NET, related to cookies. Found this nugget along the way.
The way to cause the client to save the cookie to the hard disk is to set an expiration for the cookie. Cookies with no expiration are in-memory. Cookies with a future expiration are saved to the hard drive.
Google Groups: View Thread "how to redirect on session expire"
The way to cause the client to save the cookie to the hard disk is to set an expiration for the cookie. Cookies with no expiration are in-memory. Cookies with a future expiration are saved to the hard drive.
Google Groups: View Thread "how to redirect on session expire"
Comments:
Post a Comment