2 Replies Latest reply on Aug 15, 2002 5:20 AM by old5th

    keep a connection with browser for later using

    old5th

      how does the sequence below work in servlet:
      browser 1 connects to servlet 1;
      servlet 1 throws the connection to servletcontext;
      servlet 1 runs over;
      browser 1 waits for response;
      browser 2 sends some message to servlet 2;
      servlet 2 gets the connection built by browser 1 and servlet1;
      servlet 2 sends the message to browser 1 with the connection.
      thank you!