0

In my project, I want to invalidate the user session and redirect the user to logout page if the user is trying to open a window's url on another tab in the same browser. How can i achieve this?

aruna a
  • 35
  • 1
  • 5

1 Answers1

0

Try using HTML 5 local storage to count the number of open instances. Or simply use cookies to keep track of open instances.