Hi,

I have a weird problem. I have a website that I am working on, it has once specific page (which uses sessions objects and javascript) which when opened works fine. Then If I move elsewhere and come back to that page and refresh it two three times and if then I press back button on the browser takes me to previous page. But after that the back button is disabled for some reason while it shouldn't be. It is as if something is clearing the history in the code, but i checked all the code and nothing is doing on with history object except history.back() at some places where we have a button on the page that does the same thing as pressing the back button on the browser.

Any ideas?