c# - asp.net cookie secure failing on localhost -
I am trying to protect the asp.net cookie like Is it because I am using a local host? Is it needed The property of HTQQK means that the cookie is only broadcasted on SSL, so you have to check the certificate You must prepare and answer https requests on your site too. response. Cookies ["user name"]. Safe = true . For some reason these are failing, I mean I am setting this up after login, new page is showing error,
"page can not be inappropriate" .
Feedback Cookies ["user name"]. HttpOnly = true is not working for all cookies
safe
https: // ?
Comments
Post a Comment