XF 2.1 Users are automatically logged out randomly within few minutes.

sajal

Active member
We are facing a strange issue recently.

In frontend, users are automatically logged out randomly within few minutes when they are surfing.

We are using Redis sessions. During the testing, I noticed I was logged out from my browser but my session was kept "intact" in the Redis server like this:

$redis-cli
GET MyForum_[session_-pakSYb0yObvjsRCS2aCOygr59VR6QTP][1]
1\x06userId\n\x00\x02W\xd8\x11\x0cpasswordDate\x06\x01\x11\x10dismissedNotices\x14\x00\x11\x10lastNoticeUpdate\nfr\xcb\x1a\x11\x10promotionChecked\x05\x11\rtrophyChecked\x05\x11\x10previousActivity\nfr\xca\a"

So wondering why it was not showing the user logged-in in FE...??
 
Back
Top Bottom