I'm having a problem with ASP Session objects. I set a session variable on one page:
Session("QuestionAmount") = 1
On some computers when I use this variable on another page in the site it works just fine, however on other computers it seems to get lost. I've also noticed that on some computers where it doesnt work, it will work on another browser. My question therefore is: Are session variables not supported by all browsers? (I would've thought they are) as google chrome surprisingly is the browser on which it works least. And is there anything I can do to overcome this problem?