in reply to Can a cookie created via CGI.pm be deleted by CGI::SESSION?
Update: Whoops, i did not read your question well enough, sorry :$.delete() Deletes a session from the data store and empties session data fro +m memory, completely, so subsequent read/write requests on the same o +bject will fail. Technically speaking, it will only set object's stat +us to STATUS_DELETED and will trigger flush(), and flush() will do th +e actual removal.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can a cookie created via CGI.pm be deleted by CGI::SESSION?
by newbie00 (Beadle) on Jul 03, 2006 at 07:36 UTC |