Re: HttpCookie.Expires
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: Göran Andersson <guffa@xxxxxxxxx>
- Date: Fri, 27 Jul 2007 01:37:10 +0200
John Grandy wrote:
If you don't set the HttpCookie.Expires property does that mean the cookie
never expires ? Thanks.
No. That means that it's a session cookie, which goes away when the
browser is closed.
--
Göran Andersson
_____
http://www.guffa.com
.
Relevant Pages
- Re: Expire session on browser close or back button
... A session cookie will expire automatically without an expires field. ... was directly entered or the header is disabled in the browser. ... (comp.lang.php) - Re: Cache feature doesnt produce expected result (bug?)
... If you dont use SetCacheability on a page than ASP switches back to its default cache-control wich is private, ie the browser may cache the page. ... Setting SetAllowResponseInBrowserHistory to False of True has no effect at all on the headers so it could as well be commented out. ... When SetAllowResponseInBrowserHistory is set to True, the Expires ... (microsoft.public.dotnet.framework.aspnet) - Re: Cache feature doesnt produce expected result (bug?)
... Browser doesn't produce "Page has expired" message ... regardless of whether SetAllowResponseInBrowserHistory is set to True or False. ... >> Expires HTTP header is set to -1 by default. ... >> When SetAllowResponseInBrowserHistory is set to True, the Expires HTTP ... (microsoft.public.dotnet.framework.aspnet) - (not) caching with mod_expires
... trying to get our content to cache nicely at the browser. ... URL causes a conditional request and a 304 response. ... Expires: Wed, ... (comp.infosystems.www.servers.unix) - Re: retreiving a .jsp page
... >time, tried get and wget, geturl, all return an empty page. ... probably expecting some state from a page you visited earlier. ... or it could be expecting a session cookie that was set earlier ... previous session that you did with a browser. ... (comp.unix.solaris) |
|