diff options
author | admin <devnull@localhost> | 2006-10-23 23:46:31 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-23 23:46:31 +0200 |
commit | 41f908d57db3e5599b7f94f608f53e651dba43a6 (patch) | |
tree | 25715309c2b01499fd76b3535423479c2d17dbfc /system | |
parent | 7acd581d9441fb8ada4c46c58f4ec30a01507506 (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session.php b/system/libraries/Session.php index c1fc345d9..89662fe52 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -275,7 +275,7 @@ class CI_Session { setcookie( $this->sess_cookie, $cookie_data, - $this->sess_length + $this->now, + $this->sess_length + time(), $this->CI->config->item('cookie_path'), $this->CI->config->item('cookie_domain'), 0 |