Hi,
I have a need to force a site to transmit cookies over SSL only. I tried editing the web.config file for the site by adding
<httpCookies requireSSL="true" />
as I had read in some posts. However this just broke the site.
What do I need to do?
Thanks