Each time you make a request to a page, the request doesn't create a new instance, rather it stacks and take for example if u click on a link and go back to click another link, it adds up the click event and clicks the link twice or thrice as many times as you click other links, it's expected to issue new clicks as a single click since new lookForward is called
Each time you make a request to a page, the request doesn't create a new instance, rather it stacks and take for example if u click on a link and go back to click another link, it adds up the click event and clicks the link twice or thrice as many times as you click other links, it's expected to issue new clicks as a single click since new lookForward is called