Subject: | Problem ignoring cookies |
Hi,
I'm not sure if this is a bug or not but thought I would post it here to
see if anyone is able to help please. I have a situation where I am
wanting to create a new session each time a new login is instigated.
E.g: $session = new CGI:Session(undef, undef, {Directory=>$session_path});
However, if a cookie has been previously set this is being used instead
of creating a brand new clean session. It is taking the cookie from
$cgi->cookie. There are a certain set of circumstance where I do not
want to use the cookie but simply create a brand new session, I thought
the code above would do the trick.
Do you have any ideas on how I can ignore this cookie and generate a new
session id?
Any help is appreciated.