in reply to Re: Issues with creating a new CGI Session everytime at start-up
in thread Issues with creating a new CGI Session everytime at start-up
Adding $session->flush() seem to have no effect.
Now, I am trying to replicate the problem as a standalone script. Wondering if the cookie 'CGISESSID' has something to do with this behaviour although I would have expected $session->delete() and $session->flush() to have cleared the existing session from the disk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Issues with creating a new CGI Session everytime at start-up
by Anonymous Monk on Aug 20, 2007 at 19:27 UTC | |
by Anonymous Monk on Aug 20, 2007 at 19:53 UTC |