[jboss-user] [JBoss Seam] - Seam security / identity.logout

2007-11-28 Thread b.reeve
Is there a way to map identity.logout to some component method if there is something to be done while logging out. Just as we map identity.login=authenticator.authenticate, can we map identity.logout=authenticator.logout also? Or overriding identity.logout? Thanks in Advance ! View the

[jboss-user] [JBoss Seam] - Seam and Identity.logout

2007-05-12 Thread [EMAIL PROTECTED]
Refers: http://www.icefaces.org/JForum/posts/list/0/4463.page#19798 I am invalidating a login (and that kills of some session scoped objects) good... but I think new ones are not being re-created for the new session (possibly as one has not been created yet). Is it possible to force Seam, on