Hello folks, I have a webservice that requires that should be accessible only by authenticated users. right now, the way it works is, each and every request has to be authenticated. i was wondering, if there is a way in axis2/c to generate a session cookie or id which would be valid for a given period of time. the webservice would set this cookie after the first request comes in and is successfully authenticated but each subsequent request would just pass this cookie and there will be no need for authenticating every incoming request.
does this make sense? is it doable in axis2c? Thanks as usual! Subra
