Our security team wants us to set our cookies to secure. So I added the following to our web.config <httpCookies httpcoolies="true" requireSSL="true" domain="xx.gov">
I also added cookie.Secure=true in the code.
My problem is we have two servers. When going to our reporting application which is located on the other server it is trying to read the cookie and failing.
Is there a way I can get this other server to read/accept this information. If requireSSL is set to false, the cookie is read on the other server.