From what I gather quickly looking at seam's source for remember
me, it appears that that the username is stored as a cookie when you are authenticated.
This happens if you set the rememberMe attribute to true, like you did with the check box.
Verify that you have a cookie name with "org.jboss.seam.security.username". If
you do, then your Identity instance will remember the user name.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017916#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...