Welcome Guest, Not a member yet? Register   Sign In
Sessions problem in IE
#1

[eluser]codelearn[/eluser]
Hi,

I am using Site Sentry Lite for login authorization, and I am having intermittent problems with IE losing session data. It still logs the person in, but does not synch correctly with the users table.

My config code is below:

Code:
$config['sess_cookie_name']        = 'ci_session';

$config['sess_expiration']            = 604800;

$config['sess_encrypt_cookie']        = FALSE;

$config['sess_use_database']        = TRUE;

$config['sess_table_name']            = 'ci_sessions';

$config['sess_match_ip']                = FALSE;

$config['sess_match_useragent']    = FALSE;

There are absolutely no problems with FF, but once in a while (and I have no idea why) logging in with IE will cause the data to be lost. Only clearing the cookies will allow me to relogin, and it will always work after I clear those cookies.

Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB