Hi All,
I'm not sure if this is bug or feature ... but it causes problems to me ;-)

I'm using Apache::Session::File for storing some data about user's session
between http requests, after user get loged out I delete this session form
the disk by command 'tied(%{$self->{SESSION}})->delete;' file with info
about user's data realy gets deleted but Apache-Session-<SESSION-ID>.lock
doesn't.

If, at this place, user reload page he will get 'Server Error' and
in error_log I get:
        [error] Object does not exist in the data store at 
/usr/share/perl5/Apache/Session/Store/File.pm line 90.
:(

Offcourse I can't fix this by calling creating sessin inside eval block,
but I don't very like this idea.

Please have someone some ideas/experiences about this problem?

Thanks
        Jan Tomasek aka Semik
        http://tomasek.cz/

Reply via email to