program/include/rcube_session.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_session.php
@@ -114,7 +114,10 @@ $newvars = $this->serialize(array_merge( (array)$a_oldvars, (array)$this->unserialize($vars))); if ($this->keep_alive>0) { if (!$this->lifetime) { $timeout = 600; } else if ($this->keep_alive>0) { $timeout = min($this->lifetime * 0.5, $this->lifetime - $this->keep_alive); } else {