Hello
A web site was developed and deployed to client. In some cases, I need to set the flag HttpCookie.HttpOnly = true
. Okay - I have done it. Next question:
- Is Cookie available after setting flag in JavaScript?
- or maybe some restriction when I am using JavaScript?
- or do I need to make some changes in existing JavaScript?