diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-01 11:06:27 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-01 11:06:27 +0000 |
| commit | f985a63fb581c1e09a804bf04e303a96a014909e (patch) | |
| tree | 787c7067f3eb54c95b75f41a378b4aac1475e8a5 /roundcubemail/program/include/rcmail.php | |
| parent | 4780b43691bb43c4c6cad9ac0c56ed7ebf7cba5a (diff) | |
- Simplified compose session data handling, no need for session->cleanup()
git-svn-id: https://svn.roundcube.net/trunk@5521 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, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index e06594fcd..6e07c9a4a 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -1228,7 +1228,6 @@ class rcmail // before closing the database connection, write session data if ($_SERVER['REMOTE_ADDR'] && is_object($this->session)) { - $this->session->cleanup(); session_write_close(); } |
