Welcome Guest, Not a member yet? Register   Sign In
Session don't close
#3

[eluser]bhenbe[/eluser]
I do some other test and here's the results : i try to unset the userdata vars and nothing happen so i try to change the values of the userdata created before and no changes.

Here's the config :

Code:
$config['sess_cookie_name']        = 'csj_session';
$config['sess_expiration']        = 7200;
$config['sess_expire_on_close']    = FALSE;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = TRUE;
$config['sess_table_name']        = 'session';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']    = 300;

I don't understand why the CI session can read the values but can't change and destroy them. I read in the forum that the sess_destroy function doesn't work but never read that we can't modifiy the datas.

Thanks for your help.


Messages In This Thread
Session don't close - by El Forum - 07-27-2011, 01:07 AM
Session don't close - by El Forum - 07-28-2011, 12:52 AM
Session don't close - by El Forum - 07-29-2011, 12:41 AM
Session don't close - by El Forum - 07-29-2011, 01:46 AM
Session don't close - by El Forum - 07-29-2011, 02:14 AM
Session don't close - by El Forum - 07-29-2011, 04:20 AM
Session don't close - by El Forum - 07-29-2011, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB