This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: identity rememberme
newlukai Jan 21, 2009 9:31 AM (in response to csaban)I have the same problem. Debugging showed me that the FacesContext can't be resolved. Have you found a solution on this?
 - 
        
2. Re: identity rememberme
newlukai Jan 21, 2009 10:54 AM (in response to csaban)This is the workaround I use ATM:
<action execute="#{org.jboss.seam.security.facesSecurityEvents.initCredentialsFromCookie(org.jboss.seam.security.identity)}"/>I included this as a page action for my login page. But I hope that the Seam guys fix this bug.