From 41f908d57db3e5599b7f94f608f53e651dba43a6 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 23 Oct 2006 21:46:31 +0000 Subject: --- system/libraries/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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 -- cgit v1.2.3-24-g4f1b