[jboss-user] [JBoss Seam] - Re: Login issue

shane.bryzak@jboss.com do-not-reply at jboss.com
Mon Feb 4 18:58:39 EST 2008


Well of course Seam 'remembers' - authentication is session scoped and simply hitting the back button won't destroy your session.  If the user is already authenticated then calling Identity.login() again won't re-authenticate the user again, if you want that kind of behaviour then you'll need to create a page action that calls Identity.logout().  The best I can do if the user is already authenticated is to return a message stating so.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126394#4126394

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126394



More information about the jboss-user mailing list