You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by randie ursal <ur...@ntsp.nec.co.jp> on 2002/09/04 04:12:15 UTC

specify session timeout

hi,
 
   can i specify a session timeout value  in Tomcat?
   if yes, how?

   i've done it but it is on the servlet side part, i want if possible 
to set it
   on the web server. so that i would have a centralized session time
   for my web application.

thanks in advance

   randie



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: specify session timeout

Posted by Phillip <iq...@hotmail.com>.
It can be done at web.xml

Pleae find this part
<session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>

This time is in minutes.

Phillip






----- Original Message -----
From: "randie ursal" <ur...@ntsp.nec.co.jp>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, September 04, 2002 7:12 AM
Subject: specify session timeout


> hi,
>
>    can i specify a session timeout value  in Tomcat?
>    if yes, how?
>
>    i've done it but it is on the servlet side part, i want if possible
> to set it
>    on the web server. so that i would have a centralized session time
>    for my web application.
>
> thanks in advance
>
>    randie
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: specify session timeout

Posted by Jacob Hookom <ho...@uwec.edu>.
Read the documentation-- odd concept ;-)

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/manager.html

(The page also mentions setting the time out in your app's web.xml)

Or, there's Jakob Nielsen's favorite method of navigation:

http://www.google.com/advanced_search?q=+site:jakarta.apache.org&hl=en&a
s_qdr=all

-Jacob

| -----Original Message-----
| From: randie ursal [mailto:urandie@ntsp.nec.co.jp]
| Sent: Tuesday, September 03, 2002 9:12 PM
| To: Tomcat Users List
| Subject: specify session timeout
| 
| hi,
| 
|    can i specify a session timeout value  in Tomcat?
|    if yes, how?
| 
|    i've done it but it is on the servlet side part, i want if possible
| to set it
|    on the web server. so that i would have a centralized session time
|    for my web application.
| 
| thanks in advance
| 
|    randie
| 
| 
| 
| --
| To unsubscribe, e-mail:   <mailto:tomcat-user-
| unsubscribe@jakarta.apache.org>
| For additional commands, e-mail: <mailto:tomcat-user-
| help@jakarta.apache.org>
| 
| ---
| Incoming mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
| 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>