1 Reply Latest reply on Feb 22, 2008 2:56 AM by ropalka

    How to maintain session management with web services

    chavali

      we have both webservices (synchronous request/responses and asynchronous events from legacy system). Synchronous requests are towards the legacy system and asynchronous events reported from the legacy system are reported to client invoked using asynchronous webservice request implemented in the clientside webserver.

      There is a need to maintain user session per client throughout the session.
      Can somebody suggest the solution.