[Cgi-session-user] driver undefined during flush()
Brought to you by:
sherzodr
From: Phillip H. <ss...@gm...> - 2008-04-13 22:30:48
|
If I flush explicitly then all is well, but if I don't and the session gets flushed during DESTROY, the driver is undefined, which causes an error on this line in Session.pm: defined( $driver->store($self->id, $datastr) ) or What could be going on? I don't have this problem on Linux, only on Windows. I'm using Apache 2.2.8, Perl 5.8.8, CGI 2.91, and CGI::Session 4.02. Do I need to upgrade? Phillip |