session expiration
Hi Folk
I have a site where I set a session cookie that expires in 1000 days.
As part of my script,. I create a $_SESSION["variable"].
Now, I am wondering, if the user closes their browser window and, for
example, come back to the site next week, will the session variable still be
there?
Thank you
- Nicolaas
.
Relevant Pages
- Re: Expired Session Variables
... > and thus their login session has expired. ... A common way to do this is simply redirect every expired or not logged in ... Something that could work to some degree is accompany your session cookie ... cookie which expires after 30 minutes, which you use to check if the user ... (microsoft.public.inetserver.asp.general) - Re: HttpCookie.Expires
... John Grandy wrote: ... never expires? ... That means that it's a session cookie, which goes away when the browser is closed. ... (microsoft.public.dotnet.framework.aspnet) - Session cookie per IE process or IE window
... Is session cookie on a per IE process or per IE browser window. ... a link and choose Open Link in New Window. ... Prev by Date: ... (microsoft.public.inetsdk.programming.webbrowser_ctl) - odd caching behavior in IE
... I've been working on reducing bandwidth hits on a web server, ... found some strange IE behavior that I can't find an explanaiton for. ... browser window, and 18K again if the new browser window was left alone ... I was thinking that it could have been a session cookie issue, ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Session cookie per IE process or IE window
... mike wrote: ... > Is session cookie on a per IE process or per IE browser window. ... > a link and choose Open Link in New Window. ... (microsoft.public.inetsdk.programming.webbrowser_ctl) |
|