diff options
author | thomascube <thomas@roundcube.net> | 2011-02-02 18:24:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-02-02 18:24:14 +0000 |
commit | 88ca38a3561c8ee4688b4c1e430dee1756af45e4 (patch) | |
tree | 1797e5a574f07b71122e6297eea299e289cf9f42 /program/include/rcmail.php | |
parent | b2442d93ef8cad6f1e723be95ec639130b25ff68 (diff) |
Keep rcube_session->lifetime and keep_alive in sync
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index ab2c16172..c2ca51aea 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -768,6 +768,7 @@ class rcmail // login succeeded if (is_object($user) && $user->ID) { $this->set_user($user); + $this->session_configure(); // set session vars $_SESSION['user_id'] = $user->ID; |