Details
-
Bug
-
Resolution: Won't Fix
-
None
-
None
-
High
-
Empty show more show less
Description
problem
On analysing the linked TS-2825 issue it happened multiple times that sessions were getting lost.
After looking around, one time the session was looking like this in the DB:
| XXXSESSION_IDXXX | zfExtended | e58AUTHTOKEN57c | NULL | 36000 | NULL | 33 |
So the modified timestamp and data field were null. This would explain the loose of sessions when using multiple POST /session/ requests for a specific user.
Attachments
Issue Links
- is caused by
-
TRANSLATE-3435 Sessions are not cleaned up in DB, Logins frequently fail (mayby due to faulty db-session-data)
- Done