> From: Lynn Hollerman [mailto:gmh2...@louisiana.edu]
> Subject: session-timeout vs. maxInactiveInterval
> 
> I have been looking around the Net for information about
> the items in the subject and tomcat; it appears that they
> are actually the same thing

Pretty much.  The <Manager> setting is used if the web.xml does not contain a 
<session-timeout> value.  Note the following from the servlet spec description 
of <session-timeout>:

"If this element is not specified, the container must set its default timeout 
period."

Since Tomcat supplies a <session-timeout> element in the global conf/web.xml, 
you would have to remove that before the <Manager> setting became effective.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



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

Reply via email to