Help I want to implement a service that provides session management. Login and then all kind of stuff. But I want to be able to connect to this service not only from axis clients, but even from ksoap, apache soap or other clients. What should I do in order to keep the session for the same client ?
Tx dovle