Please have a time to read this post.
So, my web application is appending (/mypage to /mypage#hash) hash programmatically if it saw there's no hash yet, after logging in. In other browsers, even if the page has just appended a hash, when I click on browser's Back
button it goes to login page (this behavior is what I wanted - /mypage#hash to /loginpage). But in IE8, after clicking Back
button it goes to the same page but without hash (/mypage#hash to /mypage).
Any workaround or thoughts for this?? It's really appreciated. If its not clear enough, ask me. I'll make it clear to you.
Thanksss!!!!