Howdy,
Consider the order in which these settings are applied:

>       Tomcat                          timeout is 30 minutes

Applied on tomcat startup.

>       Web Appl.                       timeout is 45 minutes

Overrides above when your context starts up.

>       session.setMaxInactiveInterval  3600 seconds (or 60 minutes)

Overrides above when the code executes.

You wouldn't find this stated in a document most likely.  It's just kind
of an observation because of the order things are executed.  There can
be no conflict within the server on this matter.

Yoav Shapira
Millennium ChemInformatics

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to