You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tom Ziemer <t....@dkfz-heidelberg.de> on 2005/07/15 09:33:44 UTC

Concerning sessions

Hi everybody!

After browsing through the archive of this list and searching the web I 
am still no quite sure, which session approach to use for my services. 
What I need to do is quite simple - let a user authenticate, then only 
exchange a token/sessionid for all following calls. As far as I 
understand it, I have three alternatives:

Option a) Use a http session
Option b) Use SOAP headers
Option c) Reimplement basic session handling

Obviously c) is not the method of choice, so I am left to choose between 
a) and b). The most important issue for my web services is 
interoperability, since I am writing only the services but the clients 
will be implemented by another company and I have no idea what 
programming language/tools they are going to use.

Any input would be appreciated,

Tom