Ok so I developed a web site application that prompts the user for a company name on each page.
In order for the company to be the same on each page, we implemented cookies. So if the user in on page 1 and selects company 'x' when they move to page 2 is knows to preselect company 'x'
here is my issue...
Works great on windows xp, vista, 7 and even the 8 CTP however on windows 8 release it does not work at all, and I don't mean just in ie, it wont work in Chrome or any other browser I've tried. However when I return to my iPad or an older version of windows works great!!!!! is there a work around for this? (Without having to rewrite my code) is there a different kind of cookie I should be using?