SyntaxFix
Write A Post
Hire A Developer
Questions
As another anwsers told, you can change in a Session Listener. But you can change it directly in your servlet, for example.
getRequest().getSession().setMaxInactiveInterval(123);