in reply to CGI::Session - expiry

Note: all the expiration times are relative to session's last access time, not to its creation time.

Replies are listed 'Best First'.
Re^2: CGI::Session - expiry
by 2ants (Initiate) on Mar 12, 2010 at 15:21 UTC
    Thanks - but can a call of CGI::Session->load be considered as a session's last access? If not, what can?
      be considered as a session's last access? If not, what can?

      I would say for the whole session yes, but not for individual values. I would also test to check.

      As you can see, loading is considered access (no big surprise there).