Welcome Guest, Not a member yet? Register   Sign In
Session Timeout
#3

[eluser]design132[/eluser]
I was using cookies as the session and then doing this in my config file:

Code:
$config['is_system_on'] = "y";
$config['allow_extensions'] = "y";
$config['enable_db_caching'] = 'n';
$config['enable_sql_caching'] = 'n';
$config['disable_tag_caching'] = 'y';
$config['cookie_prefix'] = "cattle_";
$config['multiple_sites_enabled'] = 'n';
$config['enable_online_user_tracking'] = 'y';
$config['enable_hit_tracking'] = 'y';
$config['enable_entry_view_tracking'] = 'y';
$config['cookie_domain'] = '.mysite';
$config['admin_session_type'] = 's';
$config['secure_forms'] = 'n';

$config['dynamic_tracking_disabling'] = '';
$config['server_offset'] = "-1";  


$config['user_session_ttl'] = 11114400; // user session
$config['cp_session_ttl'] = 11114400;  // control panel session


$config['tz_country'] = "us";
$config['cookie_httponly'] = "y";
$config['cp_session_type'] = "s";

BTW, not sure what may have changed because prior to 2.8.0 it seems this was not a problem, clients could stay logged in all day long. Kinda odd. Thank you so much for answering me so fast!

Is it possible that I have some settings overriding others?


Messages In This Thread
Session Timeout - by El Forum - 08-07-2014, 08:25 AM
Session Timeout - by El Forum - 08-07-2014, 09:04 AM
Session Timeout - by El Forum - 08-07-2014, 09:49 AM
Session Timeout - by El Forum - 08-07-2014, 09:55 AM
Session Timeout - by El Forum - 08-07-2014, 10:09 AM
Session Timeout - by El Forum - 08-07-2014, 10:26 AM
Session Timeout - by El Forum - 08-07-2014, 10:34 AM
Session Timeout - by El Forum - 08-07-2014, 10:53 AM
Session Timeout - by El Forum - 08-07-2014, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB