Re: session persistance?

2007-04-10 Thread Stephane PAQUET
Yes, from what I understand persist is just to keep value between request. so every-time you request the page the object is in this case recreated. If you want to keep this object across a session you need ASO (see T5 doc on persistence). You can also (but will not be kept a session level

Re: session persistance?

2007-04-09 Thread Howard Lewis Ship
That is correct behavior, and if you update the property (not the set stored in the property), then the Set will be stored into the session, and restored on the next request. On 4/8/07, Patrick Moore <[EMAIL PROTECTED]> wrote: Hi there -- does anyone have some thoughts on why: @Persist

Re: Re: Session

2007-03-24 Thread Jesse Kuhnert
sion from expiring... > > and when someone closes his browser the session will not > stay in memory for too long :) > > g, > kris > > > > > Tim Sawyer <[EMAIL PROTECTED]> > 22.03.2007 11:10 > Bitte antworten an > "Tapestry users" > > >

Re: Re: Session

2007-03-24 Thread Howard Lewis Ship
n "Tapestry users" An users@tapestry.apache.org Kopie "James Sherwood" <[EMAIL PROTECTED]> Thema Re: Session I believe the timeout for this is configured through web.xml 30 Hello, > > We have an admin side with a user login etc. > > The problem is, th

Antwort: Re: Session

2007-03-22 Thread Kristian Marinkovic
stay in memory for too long :) g, kris Tim Sawyer <[EMAIL PROTECTED]> 22.03.2007 11:10 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie "James Sherwood" <[EMAIL PROTECTED]> Thema Re: Session I believe the timeout for this is c

Re: Session

2007-03-22 Thread Tim Sawyer
I believe the timeout for this is configured through web.xml 30 Hello, > > We have an admin side with a user login etc. > > The problem is, the session times out after soo many minutes(we run under > tomcat) of being idle and they user has to log back in. > > Is there any way to make this ind

Re: Session issues, persistence, sessions, since 4.1.2

2006-12-21 Thread Jesse Kuhnert
Nothing that I know of ... On 12/21/06, Josh Long <[EMAIL PROTECTED]> wrote: Hi, I know this is remarkably non specific, but a page of mine that didnothing in particular just fine in the latest and greatest iteration of 4.1.1-SNAPSHOT with one session persistent property gives a stale sesssion

<    1   2