I have a web app which consist of a login page and an aministration page. Before my admin homepage displays, i had to make sure that the cookie session still valid otherwise redirect back to my login page.
Tested that there was no bug on my application if on IIS7, after successful login, it redirects to my admin homepage after checking that the session still exist and valid while if its on an IIS8, it always redirect to my login page.
My web app doesn't have any problem running when it was hosted on an IIS7. My problem is, I'm developing my web app using Windows 8 & hosted on IIS8, debugging and testing was done on this flatform.
How do i able to solve my problem? Anyone who have encounter such issue like mine on Windows 8 & IIS8?