Kazuki Shimizu (Migrated from SEC-2903) said:
I want to expire a session via the SessionRegistry interface as same as SessionRegistry#refreshLastRequest.
Because i want to implement a class that manage a session information into the database.
Comment From: spring-projects-issues
Kazuki Shimizu said:
I submitted a pull request.
Comment From: eleftherias
You can expire a session by implementing SessionRegistry and extending the SessionInformation to override the expireNow method.
See gh-181 for more information.