Hello, Is it possible to evict all sessions after certain period of time ? This is not the same as idle session-timeout (web.xml).
We are trying to research into whether there’s an absolute maximum limit for a session in tomcat. After which _any_ session should be expired. We are currently using default session manager. Thanks,