2 Replies Latest reply on May 12, 2009 4:23 PM by jamesjmp

    login and logout

    neelima

      Hello,
      I have created a seam project.In my database i have an assignment table ,and the values that correspond to the user who has logged in are displayed.I have used the same page but based on the query the result set from database is fetched.
      This is working perfectly fine.The problem is when i log in with a particular user id and  log out,and i try to log in with anew user id,the table with data corresponding to the previous user are displayed.If i restart the server and try with the new id it works fine. 

        • 1. Re: login and logout
          nickarls

          The scope of the component containing the data?

          • 2. Re: login and logout

            are you using framework identity and authenticator features?
            When you login be sure to update the seam component you use to store the current user with the proper data. And as Nicklas have said, check your scope. are you using ScopeType.APPLICATION?