# We update the atime by default, but if this (otherwise undocoumented) # parameter is explicitly set to false, we'll turn the behavior off if ( ! defined $update_atime ) { # $self->{_DATA}->{_SESSION_ATIME} = time(); # <-- updating access time # $self->_set_status( STATUS_MODIFIED ); # <-- access time modified above }