Welcome Guest, Not a member yet? Register   Sign In
config.php settings for session : "ci_sessions"
#1

[eluser]quest13[/eluser]
While creating a ci_sessions table, I renamed it as "tbl_sessions" and I made few changes in the config.php.

My doubt is, Shld I rename the "sess_cookie_name" also ?



here is my config.php :

$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'tbl_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;
#2

[eluser]Thorpe Obazee[/eluser]
you don't need to if you don't want.




Theme © iAndrew 2016 - Forum software by © MyBB