in reply to Re: Please help me... Apache::Session::MySQL
in thread Please help me... Apache::Session::MySQL
Note that calling undef or untie will not remove the session record from the table, there is a delete method for that. Calling the delete method may be what you want in your logout handler.
|
|---|