2 Replies Latest reply on Mar 4, 2008 3:55 PM by shane.bryzak

    Seam Remoting - accessing HttpSession

    mkelly

      I've been following the entry on Christian Bauer's entry to implement graceful session timeout with Seam, JSF and JQuery:


      http://in.relation.to/Bloggers/Christian


      Unfortunately I'm using Seam 1.2.1GA so I'm unable to access the HttpSession in the same way Christian does i.e.


      return ServletContexts.instance().getRequest().getSession().isNew();


      I'm having real difficulty figuring out how to access the HttpSession in Seam 1.2.1GA - can anyone help please?


      Many thanks
      Mike