Hi,
I have a page that has some hyperlinks on it and when the user clicks them they re-assign values in a cookie. However, when the page reloads the cookie value becomes null because supposedly cookie values can't be accessed on the same page they were assigned. Is there a way around this? Or an alternative?
Thanks.