[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread [EMAIL PROTECTED]
Well, actually the session isn't invalidated until the end of the request. So if you render a page with a login form on it, it will remember the username (but not the password, of course). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057096#4057096 Reply to

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
Yes. I render a page with a login form on it. Idea for workaround of this - to show a page after session invalidation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057103#4057103 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
I guess i have to force a redirect but how? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057105#4057105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057105 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
The problem is that when the page is redisplayed after logout and i the submit button simply rerenders the page without invoking the login action View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057104#4057104 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread [EMAIL PROTECTED]
Add a navigation rule in pages.xml, of course: navigation from-action=#{identity.logout} |redirect view-id=/ | /navigation Or maybe just: navigation from-action=#{identity.logout} |redirect/ | /navigation If you want to stay on the current page. View the original post :

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
Works like a charm. Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057113#4057113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057113 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread amitev
someone's there? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056825#4056825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4056825 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread azalea
Hi, Maybe due to RememberMe ? If so, delete the cookie which name is org.jboss.seam.security.username in your browser. If you don't need RememberMe, remove the checkbox in login page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056839#4056839 Reply to

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread amitev
Hi. I don't have rememberme checkbox on my login page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056872#4056872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4056872 ___

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread [EMAIL PROTECTED]
Identity.logout() invalidates the session, so the username should be cleared along with everything else. Are you sure it's not your browser that's auto-completing the login form for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057087#4057087 Reply to