Welcome Guest, Not a member yet? Register   Sign In
Session Fixation and CodeIgniter Session Libary
#3

[eluser]searain[/eluser]
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 900;
$config['sess_expire_on_close'] = TRUE;
$config['sess_encrypt_cookie'] = TRUE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;

Thanks.

$config['sess_time_to_update'] = 300; is the set up interval for rotating the session id? For a high security required site, what value should I set up?

Thanks!


Messages In This Thread
Session Fixation and CodeIgniter Session Libary - by El Forum - 08-10-2012, 05:33 PM
Session Fixation and CodeIgniter Session Libary - by El Forum - 08-11-2012, 01:11 AM
Session Fixation and CodeIgniter Session Libary - by El Forum - 08-11-2012, 11:30 AM
Session Fixation and CodeIgniter Session Libary - by El Forum - 04-29-2013, 04:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB