Welcome Guest, Not a member yet? Register   Sign In
question about session
#1

[eluser]datactrl[/eluser]
I save user login ID in session. And when user logout, I update user table in postgresql database with logout time and user ID from session data. I found sometimes logout time on user table wasn't updated. I wonder the user ID in session data has already gone(expired) before user logout. Does session expire by some exception rather than settings on
Code:
$config['sess_expiration']
? Because the default value is long enough, 7200.




Theme © iAndrew 2016 - Forum software by © MyBB