10 Replies Latest reply on Jun 23, 2007 5:59 AM by amitev

    Strange things happen with seam security

    amitev

      Hi! I have a login form and a login button when the user is logged i show a logout link that invokes #{identity.logout}. The strange thing is that after the logout is invoked the page is redisplayed but in the login form the username input field still contains the old username (#{identity.username} and when i input the password and then press the login button the page is simply redisplayed with clear login fields.
      Idea where's the problem?