Subject: | Store::Session problem |
Hi,
Data saved through $session->save() is not flushed to session files.
This makes successful login always goes back to the login page.
Err.. not always, sometimes the session files get synced. this behaviour
is a bit random.
My proposed fix is to add $session->flush just before return 1 in sub
save in CGI::Application::Plugin::Authentication::Store::Session.
Tested with CAP::Authentication version 0.09 and 0.10
# perl -v
This is perl, v5.8.0 built for i386-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)
That's the perl rpm from RedHat 9.
# rpm -qf `which perl`
perl-5.8.0-88.3