1 Reply Latest reply on Jul 28, 2006 9:26 PM by gavin.king

    Access a Context Session Variablr from a Servlet?

    mrwhite

      Hi everybody,
      is it possible to access a context variable from a servlet like the interceptor from the booking demo does?

      boolean isLoggedIn = Contexts.getSessionContext().get("loggedIn");
      


      And can i get the session from a seam app?

      I need this functionality for an upload applet, that posts the session id from a user to an upload servlet that does the upload processes but only if the user is logged in.