Good day,
For example, mostly in banking website. After user log in to the website, the website normally will prevent the user to right click and open in new tab.
User still can copy the url and paste it into new tab and browse it. And I saw some of the banking website will automatically log the user out if user doing this.
Would like to know how the system detect the user browsing the same application in new tab. (I am doing Java Web Application using Stripes framework)
Kindly advise.