Welcome Guest, Not a member yet? Register   Sign In
sess_time_to_update
#1

[eluser]Satch[/eluser]
I want to turn this off. I tried to set it to a large number but it didn't work. Any suggestions?

Code:
$config['sess_cookie_name']        = 'carwrap';
$config['sess_expiration']        = 72000;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = TRUE;
$config['sess_table_name']        = 'sessions';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']         = 300000;


Messages In This Thread
sess_time_to_update - by El Forum - 05-23-2008, 10:26 AM
sess_time_to_update - by El Forum - 05-23-2008, 07:08 PM
sess_time_to_update - by El Forum - 05-24-2008, 05:43 AM
sess_time_to_update - by El Forum - 05-29-2008, 01:02 PM
sess_time_to_update - by El Forum - 05-29-2008, 03:07 PM
sess_time_to_update - by El Forum - 05-29-2008, 04:32 PM
sess_time_to_update - by El Forum - 05-29-2008, 04:40 PM
sess_time_to_update - by El Forum - 06-20-2008, 10:59 PM
sess_time_to_update - by El Forum - 06-23-2008, 01:56 PM
sess_time_to_update - by El Forum - 05-24-2012, 02:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB