Welcome Guest, Not a member yet? Register   Sign In
Tank Auth logs user out for no reason
#1

[eluser]cip6791[/eluser]
I have an issue with TankAuth. It logs users out for no apparent reason. I'm not sure what or where to check. I looked through the error log, but there are no errors. What else should I check?
#2

[eluser]mlieshout[/eluser]
I have the same issue. Did you ever solved this?
#3

[eluser]noideawhattotypehere[/eluser]
Are you using some ajax calls?
#4

[eluser]mlieshout[/eluser]
That's the whole issue, I've read a lot of posts about problems when using Ajax calls, but I don't use them.

This is what my session config looks like:

$config['sess_cookie_name'] = 'cisession';
$config['sess_expiration'] = 7200;
$config['sess_expire_on_close']= FALSE;
$config['sess_encrypt_cookie'] = TRUE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'ci_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent']= TRUE;
$config['sess_time_to_update'] = 3600;

The site has CI 2.1.4 and Tank Auth 1.0.9

For some reason, people lose their sessions and have to login again. It happens at random time intervals, even within a few minutes.




Theme © iAndrew 2016 - Forum software by © MyBB