Hello,
I have an issue with session management. This is what I did.
- I create a new instance of browser and went to the site in production which I developed.
- It asked me to login and I logged in
- I went to a page and saw it.
- I took a new instance of browser again (not file->new window). I took from start menu
- Copied and pasted the URL of an inner page
- This time instead of showing me the login page, it showed the page directly
Somehow it is sharing the session between two browser instances even if I took it separate. My IIS version is 7.5 and runs on Windows 2008 R2 64 bit.
When I try the same case in my local box using visual studio development web server it works fine. It shows the login.
If somebody has encountered the same issue please help me.
Thanks