I have a secured web application, say X. Its authentication is done by invoking a web service in another server. Till this everthing is fine and user will be authenticated successfully by X.
Most of the features in X uses the web services in the above mentioned server. The problem is, while invoking each and every web methods in the web service server, authentication cookie also has to be submitted, which was provided by the authentication web service.
Web service cookie is required to access the web services while the application cookie (provided by X) is only saved by forms authentication.
Please suggest how I can handle this situation.
Thank you in advance.
...
Go to the complete details ...