Welcome Guest, Not a member yet? Register   Sign In
CI session not working properly
#1

[eluser]manash007[/eluser]
I have this configuration:
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = FALSE;
$config['sess_use_database'] = FALSE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = TRUE;

I am getting session value first time. But in next i am not getting session value....
anbody help me


Messages In This Thread
CI session not working properly - by El Forum - 04-11-2008, 10:30 PM
CI session not working properly - by El Forum - 04-12-2008, 11:25 AM
CI session not working properly - by El Forum - 04-12-2008, 03:46 PM
CI session not working properly - by El Forum - 04-12-2008, 09:10 PM
CI session not working properly - by El Forum - 04-12-2008, 09:36 PM
CI session not working properly - by El Forum - 04-12-2008, 09:40 PM
CI session not working properly - by El Forum - 04-12-2008, 09:42 PM
CI session not working properly - by El Forum - 04-12-2008, 09:46 PM
CI session not working properly - by El Forum - 04-13-2008, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB