On 2005-02-25 21:33:56, Edi Weitz wrote:
SESSION-MAX-TIME.[1] If the user is idle longer than this period then the session will be automatically invalidated. This doesn't necessary mean that the session object is garbage-collected at this point but it /does/ mean that you can't access the session object anymore, i.e. TBNL will behave as if there had never been a session object.
But I hope the session will be removed at some time, even when nobody tries to access an expired session?