This commit is contained in:
Xavier Guimard 2016-07-22 09:47:50 +00:00
parent 3af9ff4271
commit af13f0ebf2

View File

@ -255,7 +255,8 @@ sub getApacheSession {
my $now = time;
if (
$id
$id
and defined $as->data->{_utime}
and (
$now - $as->data->{_utime} > $self->conf->{timeout}
or ( $self->conf->{timeoutActivity}