c# - asp.net cookie secure failing on localhost -


I am trying to protect the asp.net cookie like 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

Is it because I am using a local host? Is it needed https: // ?

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.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -