2 Replies Latest reply on May 12, 2007 6:47 PM by tony.herstell1

    Seam and Identity.logout

    tony.herstell1


      Refers: http://www.icefaces.org/JForum/posts/list/0/4463.page#19798

      I am invalidating a login (and that kills of some session scoped objects) good... but I think new ones are not being re-created for the new session (possibly as one has not been created yet).

      Is it possible to force Seam, on Identity.logout to go to the index.html page so I can arrive at my seam app and have my new session object created for me?



      It seems that if I just re-load the browser then I get past the problem.

      It's as if when I call the indentity.logout the session is destroyed, but a new one is not created... in fact the page is left with "old" data on it...

      So possibly; when Icefaces(or even seam); tries to access the session variables they are not there... (they are used on a page re-fresh of every page as they are in teh base template!)

      Refreshing the page, like coming to it the first time, causes my session objects to be created?

      I will post this on the seam forums and see what happens.