B
Brett
Using
document.cookie = "what I believe is my cookie name"
doesn't work because document.cookie will return key/values that are
not in my cookie. Is it pulling all cookies and returning everything
in them?
How do I find my specific cookie's name then retrieve information from
it?
Thanks,
Brett
document.cookie = "what I believe is my cookie name"
doesn't work because document.cookie will return key/values that are
not in my cookie. Is it pulling all cookies and returning everything
in them?
How do I find my specific cookie's name then retrieve information from
it?
Thanks,
Brett