RE: Controlling length of session

2006-07-27 Thread Kevin Menard
> -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/ >

RE: Controlling length of session

2006-07-27 Thread Detlef Schulze
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--

RE: Controlling length of session

2006-07-27 Thread Kevin Menard
> -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

RE: Controlling length of session

2006-07-27 Thread Detlef Schulze
: 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 >

RE: Controlling length of session

2006-07-27 Thread Kevin Menard
> -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 >

RE: Controlling length of session

2006-07-27 Thread Kevin Menard
> -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

Re: Controlling length of session

2006-07-27 Thread Rui Pacheco
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

Re: Controlling length of session

2006-07-27 Thread Jesse Kuhnert
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

Controlling length of session

2006-07-27 Thread Kevin Menard
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