mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix not updated logout time on new farm
This commit is contained in:
parent
832276f969
commit
acfcd24983
@ -1419,8 +1419,9 @@ class Session
|
||||
$GLOBALS['egw']->db->update(self::ACCESS_LOG_TABLE,array(
|
||||
'session_dla' => time(),
|
||||
'session_action' => $this->action,
|
||||
) + ($this->action === '/logout.php' ? array() : array(
|
||||
'lo' => null, // just in case it was (automatic) timed out before
|
||||
),array(
|
||||
)),array(
|
||||
'sessionid' => $this->sessionid_access_log,
|
||||
),__LINE__,__FILE__);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user