Opened 15 years ago
Closed 15 years ago
#1417 closed defect (fixed)
SessionControl.updateLastAccess() should not check if it is closed or not
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.14.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This can result in some cleanup issues. Eg. calling logout() should not result in an exception if the user is already logged out.
Note:
See TracTickets
for help on using tickets.
(In [5161]) Fixes #1417: SessionControl.updateLastAccess() should not check if it is closed or not