Re: session data and logout

2013-09-19 Thread Bill Freeman
About the only meaning that "logout" can have on a web site is "this session is no longer valid". The expires stuff has to do with when you don't log out, but don't visit the page again. On Thu, Sep 19, 2013 at 8:54 AM, MikeKJ wrote: > I have this oddball requirement where an authenticated use

session data and logout

2013-09-19 Thread MikeKJ
I have this oddball requirement where an authenticated user is logged in so I can create a session variable to use elsewhere then do logout(request),so far so good, but it appears that my session variable is destroyed by the logout. Now I honestly thought that this wouldnt be the case as in se