Hi.

A log message in an application running under Tomcat 8 mentions the "MaxInactiveInterval" setting, saying that it is a bit short..

The only place in the Tomcat 8 documentation where I find this setting, is in
https://tomcat.apache.org/tomcat-8.0-doc/config/manager.html
where it says that this is deprecated, and should be set in the Context.

However, the page at :
https://tomcat.apache.org/tomcat-8.0-doc/config/context.html
does not mention that parameter at all.

Deep puzzlement.
What is this all about ?

I think that I understand the meaning of the setting (the time for which a session remains valid, even without interactions). But where in the webapp context, and under what name, should an equivalent parameter be specified ?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to