thanks paul

though i set session.setMaxInactiveInterval();
sombody is overriding this action
any help

arun

On Thu, 9 Sep 2004 16:24:05 +0530, Antony Paul <[EMAIL PROTECTED]> wrote:
> If you are setting maximum session time out you can set it in the
> WEB-INF/web.xml like this
> <session-config>
>     <session-timeout>30</session-timeout>
> </session-config>
> 
> The time out is in minutes. This is to be placed after servlet-mapping
> element.
> 
> or use session.setMaxInactiveInterval();
> rgds
> Antony Paul
> 
> 
> 
> ----- Original Message -----
> From: "Arun Prasad R" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, September 09, 2004 4:03 PM
> Subject: how do i set max session time in 4.1.27
> 
> > hi all
> >
> > how do i set max session time in 4.1.27
> > Thanks in Advance
> > arun
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

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

Reply via email to