Problem/Motivation
When a session is logged out a message should be displayed so they know why they have been logged out. This no longer works on D8.5, possibly because the sessions table isn't read to display the messages?
Proposed resolution
Check and fix.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | session_limit-messages-no-longer-displayed-2976595-7.patch | 941 bytes | steven.wichers |
Comments
Comment #2
jamiep commentedHi, I've created a patch that displays messages to the logged-out session.
Also fixed a typo in _onSessionCollision__DropOldest ($session->id should be $session->sid).
Comment #3
porchlight commented#2 fixed both problems I was having. Thanks!
Comment #4
porchlight commentedComment #5
dubs commentedWorks for me too - hopefully this can be committed soon :-)
Comment #6
valthebaldJust a note that PHP notice about $session->id is handled in #3010674
Comment #7
steven.wichers commentedRerolled to remove unrelated bugfix from patch.
Comment #8
sutharsan commentedThis in not in scope of this issue. It is fixed (better) in #3010674: PHP error on session collision. Both patches can not be used at the same time. Pls remove.
Comment #9
sutharsan commentedIgnore my comment above, I looked at the old patch.
Comment #11
suzymasriReleased in 2.0.0-beta1.