diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-02 18:24:14 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-02 18:24:14 +0000 |
| commit | 76fe1cc248361160482e55a223f52feac087a421 (patch) | |
| tree | b2c5c20d278c3d631ad59d54f814a2527e3a0b42 /roundcubemail/program/include/rcmail.php | |
| parent | 4a3224def91fbe87ad002a7fcc764c27f02232c4 (diff) | |
Keep rcube_session->lifetime and keep_alive in sync
git-svn-id: https://svn.roundcube.net/trunk@4480 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ab2c16172..c2ca51aea 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/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; |
