in reply to Re: perl CGI::Session not deleting the session
in thread perl CGI::Session not deleting the session

If the other two scripts aren't behaving, why blame the logout script?
>>If Logout script is working fine, then i should not see the same session id on the newly created Page4, right.

CGI::Session directly which means you're not using a helper like CGI::Application ... which means you probably got that part wrong :)
>>I don't see anything wrong in the script, i just followed the CPAN tutorial and crated this. Moreover i just need a simple script to logout the user by deleting a session.
  • Comment on Re^2: perl CGI::Session not deleting the session

Replies are listed 'Best First'.
Re^3: perl CGI::Session not deleting the session
by Anonymous Monk on Feb 21, 2015 at 11:29 UTC