summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-12-01 11:06:27 +0000
committeralecpl <alec@alec.pl>2011-12-01 11:06:27 +0000
commit72ff6ae884dcd00d407354bb9d05418dbf256174 (patch)
tree4c00097bc62e22735d3fdab49f5e830b35164ee7 /program/include/rcmail.php
parent8751881e1d74825801c3148831d431be69a4e939 (diff)
- Simplified compose session data handling, no need for session->cleanup()
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index e06594fcd..6e07c9a4a 100644
--- a/program/include/rcmail.php
+++ b/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();
}