TeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way.
This will be removed in some future version.
TeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way.
This will be removed in some future version.
The cleanest way to set HttpSession.setMaxInactiveInterval(int) would be by registering a
HttpSessionListener.
Also note that the HttpSession is still available via SessionContext.getHttpSession().