I have created a simple login page, storing the login_ID into a session. This is then recovered on other pages to check whether the user has logged in or not. However, the session("login_ID") doesn't seem to be sticking locally. I try it running IIS5 on my local machine pointing to a virtual directory on our network and the session("login_ID") comes up blank. However colleagues also running IIS5 on their PC pointing to the same virtual directory are able to login without problem. It also works when I copy it to a remotely hosted web server, just not on my PC. I have tried modifying the global.asa and even rmoving it but in vain. I have also checked the setting of IIS and Sessions are enabled. Any other suggestions? Thanks
Start Free Trial