Skip to content

Add ExpiringSession.setLastAccessedTime(long) #272

@rwinch

Description

@rwinch

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions