12 Replies Latest reply on Apr 26, 2007 11:41 PM by liudan2005

    RememberMe example?

    liudan2005

      I'm thinking of using Seam rememberme, but I can't find any doc saying how to use this feature. I've tried this in my login form:

      <h:selectBooleanCheckbox id="rememberMe" value="#{identity.rememberMe}"/>
      


      but it doesn't seem to work. Is there anything else I need to do?