You can grab a the actual HttpSession object and invalidate it. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSession.html#invalidate () Josh On Nov 28, 2007 2:45 AM, Angelo Chen <[EMAIL PROTECTED]> wrote:
> > Hi, > I have a few pages that has some @Persist objects, I'd like to release all > those objects when user log out the application so that the next login > user > will not see those persisted objects that are supposed to be visible to > only > the previous user, any way to handle this? Thanks, > > A.C. > -- > View this message in context: > http://www.nabble.com/T5%3A-cleaning-up-persisted-objects-during-user-logout-tf4887697.html#a13989875 > Sent from the Tapestry - User mailing list archive at > Nabble.com<http://nabble.com/> > . > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- -- TheDailyTube.com. Sign up and get the best new videos on the internet delivered fresh to your inbox.
