chandrakanth has asked for the wisdom of the Perl Monks concerning the following question:
Now even after this, if i click the browser back button, the session still exists. I'm able to view the Page2. Whereas Page two also checks if session exists or not, I'm seeing the same session id on page2.<font size=19> $cgi = CGI->new; $sid = $cgi->cookie("CGISESSID") || undef; $session = CGI::Session->load($sid); $session->delete();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl CGI::Session not deleting the session
by Anonymous Monk on Feb 20, 2015 at 11:31 UTC | |
by chandrakanth (Initiate) on Feb 21, 2015 at 09:50 UTC | |
by Anonymous Monk on Feb 23, 2015 at 15:53 UTC | |
|
Re: perl CGI::Session not deleting the session
by Anonymous Monk on Feb 21, 2015 at 00:32 UTC | |
by chandrakanth (Initiate) on Feb 21, 2015 at 09:53 UTC | |
by Anonymous Monk on Feb 21, 2015 at 11:29 UTC | |
|
Re: perl CGI::Session not deleting the session
by locked_user sundialsvc4 (Abbot) on Feb 23, 2015 at 01:46 UTC |