|
|
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
Fixed it.
Get session id on first request, Pass ;jsessionid on following service ucls and server does not create multiple sessions |
|