Questions tagged [global-path]
2 questions
97
votes
4 answers
Cookie path and its accessibility to subfolder pages
Let's say I have a website with domain: www.example.com
If I set a cookie with path '***/***' the cookie will be accessible via all pages in the domain,…

Nordin
- 3,087
- 5
- 28
- 35
5
votes
3 answers
How to set a global cookie in JavaScript?
I've created a Django website, and need a cookie to be stored and readable from any part of the site. The JavaScript for it is in every part I need it in, but for some reason the cookie itself is stored seperately for each page. E.g. if the cookie…

SImon
- 839
- 2
- 10
- 13