Forum Moderators: open
I have a web site in .NET written in C# that is executing a webservice also written in C#. I would like to set a cookie from the domain that the webservice is running on. However, I'm seeing that I can only create a cookie from the site that is calling the execution of the webservice.
Any ideas?
Thanks!
not sure if this will help but do a search on google for "session state and web service" (without the quotes) and look at the result from Microsoft.