i want to secure 'ASP.NET_SessionId' cookie, so i added
<httpCookies httpOnlyCookies="true" requireSSL="true"/> to web.config and
Response.Cookies[ASP.NET_SessionId].Secure = true; to master page.
However when i add code to master page my session gets lost.
Need help
