Hallo everybody, I'd appreciate any help on this topic very much.
This is my scenario: Application server with Axis/Tomcat (server) Web server (client) with .NET (C#) a user inserts login and password in a web page, then the web server forward them to the app server, that authenticates the user and returns the userid. At this point, the web server is able begin a session with this userID. Anyway, for some methods, also the AppServer need the UserID information, so I have two choices: (simple but not smart) send the userID from webserver to appserver as parameter of every method that require it (this methods are published as Web services); create a session shared by both the .net and axis in which to store the info I need to share. Can you point me some good and exhaustive references on how to implement an effective session between the two server? I've seeked about this topic in the ml, without success. Thanx a lot, Paolo
