Hello,
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!