Closed
Description
The OWASP Session Management best practices recommend using an absolute session timeout in addition to an idle timeout.
Spring Session currently supports only inactivity timeouts. It would be nice for the library to accommodate absolute timeouts as well.