Secure session cookies in ASP.NET over HTTPS

后端 未结 2 1912
旧时难觅i
旧时难觅i 2021-01-31 00:22

I got a little curious after reading this /. article over hijacking HTTPS cookies. I tracked it down a bit, and a good resource I stumbled across lists a few ways to secure cook

2条回答
  •  醉话见心
    2021-01-31 01:01

    The web.config setting to control this goes inside the System.Web element and looks like:

    
    

提交回复
热议问题