1 Reply Latest reply on Feb 20, 2002 1:05 PM by wdrai

    Servlet/EJB Sessions

    ihunter

      Folks,

      I'm getting confused WRT HTTP/EJB session handling.

      I'm writing a simple Java client (using URLConnection) to access a Stateful SB via a servlet. I am placing the EJB into the HTTP session, but the HTTP session is itself different on each request.

      What magic 'perhaps a cookie :)' is required from the client to retain an HTTP session for the client? I've hunted high & low, looked trough the spec. with no answer!

      BTW Using Jboss2.4.4 with Jetty

      Many thanks for any help
      Ian