> -Original Message-
> From: Detlef Schulze [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 11:23 AM
> To: Tapestry users
> Subject: RE: Controlling length of session
>
> Don't use it. Use
>
> http://jakarta.apache.org/commons/httpclient/
>
Don't use it. Use
http://jakarta.apache.org/commons/httpclient/
instead.
-Original Message-
From: Kevin Menard [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 27. Juli 2006 17:20
To: 'Tapestry users'
Subject: RE: Controlling length of session
> -Original Message--
> -Original Message-
> From: Detlef Schulze [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 11:17 AM
> To: Tapestry users
> Subject: RE: Controlling length of session
>
> Do you send the session cookie? Or include the jsessionid= in the
> URL? Oth
: Donnerstag, 27. Juli 2006 16:56
To: 'Tapestry users'
Subject: RE: Controlling length of session
> -Original Message-
> From: Rui Pacheco [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 10:53 AM
> To: Tapestry users
> Subject: Re: Controlling length of session
>
> -Original Message-
> From: Rui Pacheco [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 10:53 AM
> To: Tapestry users
> Subject: Re: Controlling length of session
>
> I believe sessions also timeout after 20 minutes of inactivity, but I am
> not
>
> -Original Message-
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 10:52 AM
> To: Tapestry users
> Subject: Re: Controlling length of session
>
> I think that is controlled by your servlet container via web.xml.
Hmm . . . that may
I believe sessions also timeout after 20 minutes of inactivity, but I am not
sure of the exact length of time.
On 7/27/06, Kevin Menard <[EMAIL PROTECTED]> wrote:
Hi,
It seems all sessions created by Tapestry only last as long as the Web
browser window is open. Is there a straightforward way
I think that is controlled by your servlet container via web.xml.
On 7/27/06, Kevin Menard <[EMAIL PROTECTED]> wrote:
Hi,
It seems all sessions created by Tapestry only last as long as the Web
browser window is open. Is there a straightforward way to make sessions
last in between browser invo
Hi,
It seems all sessions created by Tapestry only last as long as the Web
browser window is open. Is there a straightforward way to make sessions
last in between browser invocations? In this case, I'd prefer if the
catalyst for throwing a session out is time-based.
Thanks,
Kevin