Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I'm seeing this behaviour when using CGI::Session. Most times, the session data is updated when moving from one web session to another - which is the expected behaviour. But occasionally, the updating does not happen.
I can't figure what the cause is because of the randomness.
I've added $session->flush at the end of the code setting session values, but I'm not sure if that will resolve the issue.
Has anyone encountered this before?
|
|---|