Would you please help me.
I'm a bit confused on how to use the attribute [RequiresHttps] and the <httpCookies requireSSL="true" />. My question is:
If I use <authentication mode="Forms"> <forms requireSSL="true"> and <httpCookies requireSSL="true" /> then I don't need to use the attribute [RequiresHttps]?
In my opinion, <httpCookies requireSSL="true" /> instructs the application to manage the auth cookie with https.