I have the following issue and maybe someone can help me out.
When I run my C# 4.0 web application using classic mode and at any stage I delete the cookies used by the site, upon clicking the back button, the site runs the onload event of the page which checks for cookies and re-directs to the main page if they don't exist.
When in integrated mode, the page doesnt seem to fire the onload event and gets the previous page up. When I finally press F5, it then runs the onload and re-directs accordingly.
Is there a way to integrate the same back button behaviour of classic on integrated? I.e. perform certain postback functionality?
↧