-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
type: breaks-passivityThis issue breaks passivityThis issue breaks passivitytype: enhancementA general enhancementA general enhancement
Milestone
Description
It is quite surprising that SessionRepository.getSession(String)
updates the state of the Session
. It also complicates administration of ExpiringSession
. For example, if we need to access ExpiringSession
to simply view it then it should not have the last accessed time modified.
This means that SessionRepositoryFilter
will also need to update the last accessed time.
Anyone that implements ExpiringSession
will need to add the new method.
Metadata
Metadata
Assignees
Labels
type: breaks-passivityThis issue breaks passivityThis issue breaks passivitytype: enhancementA general enhancementA general enhancement