I am developing a little script,
And if I want it to work I need to get specific cookie: 'bb_sessionhash
'.
this is my code:
<script>
alert("The Cookies: " + document.cookie);
</script>
when i'm using 'document.cookie
' i can get any cookie that i want except 'bb_sessionhash
'.
(I am using vbulletin 4.2.0 and more other versions)
How do I get the 'bb_sessionhash
' cookie?