I have an application that makes use of some session variables to preserve and check login information; not an uncommon technique. I have recently instantiated a test server in the cloud using ColdFusion 11 and IIS 8.0. I am running Windows 7 Ultimate with IE 11 installed. My colleague has a laptop running Windows 8.1 and whatever version of IE that is installed with that operating system ( I will verify version and update later).
I am able to access and use the application without problem over the open internet, but my colleague can login, go to the main menu, but once he selects a template for any activity (This is where the login status is checked) he is redirected to the login page because the session variables that were previously set for him no longer exist.
I had a similar problem on my computer about 2 months ago. I researched it and found advice to clear out cookies and temporary internet files in my browser. This fixed my problem.
The problem is that the solution that worked for me is NOT WORKING on this machine. I can no longer even find the advice I followed earlier through google and forum searches.
Any ideas would be greatly appreciated.