Is there any way to access a cookie in the same page that it is set?
I am setting the value of a cookie in the page load event but when I try to access it in the HTML part of the page it doesnt have the new value yet. How can I get around this?
Thanks.