http://qs321.pair.com?node_id=828318


in reply to Re: CGI::Session - expiry
in thread CGI::Session - expiry

Thanks - but can a call of CGI::Session->load be considered as a session's last access? If not, what can?

Replies are listed 'Best First'.
Re^3: CGI::Session - expiry
by Anonymous Monk on Mar 13, 2010 at 01:05 UTC
    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).