Because of some requirement, Calling of My pages is like
/url/home
/url/page1
/url/page1?abc=1
/url/page1?abc=2
As a result when i click on browserback from "/url/page1?abc=2", it goes to " /url/page1?abc=1" and so on.
I want when i click browserback from "/url/page1?abc=2" it should go stright to "/url/home", So i wanted to remove 2 urls "/url/page1" & /url/page1?abc=1" from history.
Please help