Welcome Guest, Not a member yet? Register   Sign In
Session Class - Wiered Behavior
#1

[eluser]Twisted1919[/eluser]
Hi , i am getting some wiered behavior from the session library .
I am storing the session data into database and , my config looks like this :
Code:
$config['sess_cookie_name']    = 'session';
$config['sess_expiration']    = 7200;
$config['sess_encrypt_cookie']    = TRUE;
$config['sess_use_database']    = TRUE;
$config['sess_table_name']    = 'sessions';
$config['sess_match_ip']    = TRUE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']     = 3600;

Right now in my sessions tables i have :
Code:
SELECT *
FROM `sessions`
LIMIT 0 , 30
//Result :
Showing rows 0 - 29 (3,690 total, Query took 0.0004 sec)

My problem is that , it logs me out after 10 minutes of inactivity , sometime less than 10 minutes even if the time is set higher than 10 minutes ...

Why that ?


Messages In This Thread
Session Class - Wiered Behavior - by El Forum - 07-15-2009, 04:19 AM
Session Class - Wiered Behavior - by El Forum - 07-15-2009, 05:17 AM
Session Class - Wiered Behavior - by El Forum - 07-15-2009, 06:58 AM
Session Class - Wiered Behavior - by El Forum - 07-15-2009, 07:19 AM
Session Class - Wiered Behavior - by El Forum - 07-15-2009, 12:45 PM
Session Class - Wiered Behavior - by El Forum - 07-16-2009, 10:15 AM
Session Class - Wiered Behavior - by El Forum - 07-17-2009, 12:50 AM
Session Class - Wiered Behavior - by El Forum - 07-17-2009, 03:59 AM
Session Class - Wiered Behavior - by El Forum - 08-10-2009, 07:56 PM
Session Class - Wiered Behavior - by El Forum - 08-11-2009, 12:07 AM
Session Class - Wiered Behavior - by El Forum - 11-19-2009, 08:45 AM
Session Class - Wiered Behavior - by El Forum - 11-19-2009, 10:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB