Subject: | session expire time doesn't get set with no session parameter |
Dist: CGI::Session v2.92
OS: Linux trinity 2.4.19 #2 Tue Aug 6 08:15:35 EDT 2002 i686 Debian GNU/Linux unstable
Perl: 5.6.1
CGI::Session will not set the expires() time if no parameters are
set in the session. It seems to be the case for both the OO interface
and the TIE interface.
I have also been able to reproduce it with the File and MySQL drivers. I
haven't tried the DB_File and BerkleyDB drivers but from the tests it
looks more like a bug in CGI::Session and not in the drivers.