Is there a way that I can detect and stop the double click of the browser back button?
Right now I have a scenario where, I am using Backbone.js for routing aspects. When the user clicks the browser back button, it routes to the proper url/page. Whereas , if he double clicks, the session expires.
Can anybody throw some light on this. All so it must be noted that the page reload even on double click shows the user session as logged in(correct behaviour)