Re: [Stripes-users] session data lifetime?

2014-11-03 Thread Rusty Wright
ripes Users List > *Objet :* Re: [Stripes-users] session data lifetime? > > > > Thanks. That makes sense, now that I bother to think about it. I was > living in a dream world where I thought the data lasted forever. I found > this in the Eclipse Tomcat web.xml > > >

Re: [Stripes-users] session data lifetime?

2014-11-03 Thread Poitras Christian
You can also set the session timeout per app in the app’s web.xml file. If the app does not define a session timeout, it takes the value of the web server. De : Rusty Wright [mailto:rusty.wri...@gmail.com] Envoyé : October-31-14 6:13 PM À : Stripes Users List Objet : Re: [Stripes-users] session

Re: [Stripes-users] session data lifetime?

2014-10-31 Thread Rusty Wright
Thanks. That makes sense, now that I bother to think about it. I was living in a dream world where I thought the data lasted forever. I found this in the Eclipse Tomcat web.xml 30 On Fri, Oct 31, 2014 at 2:19 PM, Mike McNally wrote: > Sessions expire. The timing

Re: [Stripes-users] session data lifetime?

2014-10-31 Thread Mike McNally
Sessions expire. The timing of that is generally a configuration option of the servlet engine you're using (Tomcat). On Fri, Oct 31, 2014 at 4:16 PM, Rusty Wright wrote: > Newbie question: If I put something in the session using my > ActionBeanContext subclass, for how long is that data availabl

[Stripes-users] session data lifetime?

2014-10-31 Thread Rusty Wright
Newbie question: If I put something in the session using my ActionBeanContext subclass, for how long is that data available? I'm finding that with Tomcat, running in/under Eclipse, it goes away after an hour or so (not sure how long it is, but not very long). E.g., I'm using public void setUserP