Double Click of the browser back button not working

时间:2015-04-23 05:20:03

标签: javascript backbone.js url-routing

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)

0 个答案:

没有答案