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 setUserProfile(UserProfile userProfile) {
    getRequest().getSession().setAttribute("user_profile", userProfile);
}

Thanks
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to