-
May 5th, 2008, 09:18 AM
#1
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
-
May 5th, 2008, 01:02 PM
#2
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
-
Forum Rules