3 Replies Latest reply on Jul 23, 2007 8:32 PM by shane.bryzak

    Identity.initCredentialsFromCookie()

    monkeyden

      We prefer not to couple the cookie value with Identity's username field. We're actually using an encrypted hash instead. The problem is, initCredentialsFromCookie() is private and doesn't allow for overriding. I think I have a workaround, which is to ignore the seam cookie name and use my own, but it would be nice to make this method protected so I can just override it.