Results 1 to 2 of 2

Thread: Multiple Web services - Single Session

  1. #1

    Default Multiple Web services - Single Session

    I am using XFIRE to expose multiple services from the server.
    Client is using 2 services and objects are created using XFireProxyFactory. What I see is server creates new session during creation of each object rather than single session for the client.

    How can I configure or modify the object creation to have single authenticated session at the server end?

    Thanks for you help,
    -P

  2. #2

    Default

    Fixed it.

    Get session id on first request, Pass ;jsessionid on following service URLs and server does not create multiple sessions

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •