Questions tagged [global-cookie]
1 questions
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