Re: expiring time

2004-01-10 Thread Daniel H. F. e Silva
Otávio,
 Take a look on HttpSession class reference. I'm sure you'll find answer there.

Cheers,
 Daniel Silva.

--- Otávio Augusto <[EMAIL PROTECTED]> wrote:
> How to I set the expiring time for a session (or the sessions)?
> 
> Thanks in advance
> 
> Otávio Augusto
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

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



Re: expiring time

2004-01-09 Thread cnd
Or you can do it programatically:

  request.getSession().setMaxInactiveInterval(1200);

Set timeout to 20 minutes. The parameter is defined in seconds.

Chris



On Fri, 9 Jan 2004, Geeta Ramani wrote:

> Otávio:
>
> To set session timeout to 60 minutes, add this to your web.xml:
>
> 
> 60
>   
>
> Regards,
> Geeta
>
> Otávio Augusto wrote:
>
> > How to I set the expiring time for a session (or the sessions)?
> >
> > Thanks in advance
> >
> > Otávio Augusto
> >
> > -
> > 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]
>


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



Re: expiring time

2004-01-09 Thread Geeta Ramani
Otávio:

To set session timeout to 60 minutes, add this to your web.xml:


60
  

Regards,
Geeta

Otávio Augusto wrote:

> How to I set the expiring time for a session (or the sessions)?
>
> Thanks in advance
>
> Otávio Augusto
>
> -
> 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]



expiring time

2004-01-09 Thread Otávio Augusto
How to I set the expiring time for a session (or the sessions)?

Thanks in advance

Otávio Augusto

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