Re: [Cgi-session-user] problem with my session management
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2005-08-25 13:51:26
|
On Thu, Aug 25, 2005 at 03:31:49AM -0700, sanjay raju wrote: > hellow sir, > > I have a problem with my session mamagement in login > form. > > problem comes when i logoff my session and click back > button on toolbar of the browser ,it shows my previous > page which should not happen. If I understand your problem, there is not a C::S problem, when you click "back" in a browser, you are probably looking at a cached page, which your web server has little control over. If that's the case, you should look into what headers to set to minimize this, and general browser caching issues. If you suspect there is a bug in CGI::Session, please let us know what version you are using, and reduce it to a test script that you can submit to the list for review. Mark |