[jboss-user] [JBoss Seam] - Re: Adding custom timeout action
gsegura
do-not-reply at jboss.com
Wed Dec 12 16:56:16 EST 2007
Assuming session contexts variables are removed when session expires
perhaps this could work:
| @Observer("org.jboss.seam.preDestroy.<sessionScopedVariable>")
| public void cleanup() {}
|
or org.jboss.seam.preDestroyContext.
what do you think?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112389#4112389
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112389
More information about the jboss-user
mailing list