2 Replies Latest reply on Jan 25, 2008 4:57 AM by pmuir

    Seam skeleton misbehaving?

    sammy8306

      I created an empty new project using seam-gen. Then, I login using as 'user1'. I manually navigate to the login.xhtml view, and login again using the same username. This works. Then, I logout. Surprise, I'm still logged in! Logout again, and then you're not logged in anymore. So, in effect I can login with multiple identities? Is this intended behavior?

      There is a login.page.xml file which redirects to home.xhtml if identity.loggedIn is true, however this doesn't seem to work.