Where can I set Session timeout length?

2001-06-27 Thread Brandon Cruz

Where can I set my session timeout length?  I can't seem to find anything in
server.xml or any other documentation.  Also, does anyone know the default
timeout length?

Brandon




RE: Where can I set Session timeout length?

2001-06-27 Thread Filip Hanik

web.xml

it is in the servlet specification on http://java.sun.com

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

-Original Message-
From: Brandon Cruz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 11:40 AM
To: [EMAIL PROTECTED]
Subject: Where can I set Session timeout length?


Where can I set my session timeout length?  I can't seem to find 
anything in
server.xml or any other documentation.  Also, does anyone know the default
timeout length?

Brandon





RE: Where can I set Session timeout length?

2001-06-27 Thread Brandon Cruz


That's right on track for what I am looking for.  I am not using separate
webapps though, does anyone know of a place I can put that to make that the
default timeout length for every virtual host I have?  Thank you for our
help!

Brandon

-Original Message-
From: Michael E. Locasto [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 1:47 PM
To: Brandon Cruz
Subject: Re: Where can I set Session timeout length?




In your web.xml file for a specific context or web application, you can
include the following:

session-config
  session-timeout30/session-timeout!-- 30 minutes --
/session-config

I don't know the default time out length for a session. This is a fix that
applies to each web app - I don't know if this directive will work in
server.xml



On Wed, 27 Jun 2001, Brandon Cruz wrote:

 Where can I set my session timeout length?  I can't seem to find anything
in
 server.xml or any other documentation.  Also, does anyone know the default
 timeout length?

 Brandon