Welcome Guest, Not a member yet? Register   Sign In
Problem with serialization of data
#3

[eluser]vikascoollives[/eluser]
Here is my config.php code for session

$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 0;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'my_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;
$config['sess_time_to_update'] = 300;


Messages In This Thread
Problem with serialization of data - by El Forum - 03-03-2011, 11:43 PM
Problem with serialization of data - by El Forum - 03-03-2011, 11:58 PM
Problem with serialization of data - by El Forum - 03-04-2011, 12:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB