[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-18 Thread seamdev
Thanks. I got it working using HttpAttributeListener. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113981#4113981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113981 ___

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-18 Thread [EMAIL PROTECTED]
That doesn't diffentiate between the session being expired, and the session being destroyed. Probably won't make it into 2.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113927#4113927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-12 Thread gsegura
Assuming session contexts variables are removed when session expires perhaps this could work: | @Observer("org.jboss.seam.preDestroy.") | public void cleanup() {} | or org.jboss.seam.preDestroyContext. what do you think? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-12 Thread seamdev
I found a JIRA request for similar issue: http://jira.jboss.com/jira/browse/JBSEAM-2257 When can we expect to see sessionExpired event added to seam? If its not too much work, it will be great to have it in seam 2.0.1GA View the original post : http://www.jboss.com/index.html?module=bb&op=view