how to restrict user to “homePage” when the user is copying and pasting the link from one browser to other browser…
ie
when user copying link in my project “localhost:8080/MyJavaProjectV1.0/Admin_GetTokenId.jsp” from Internet Explorer
and
pasting it in chrome..i want the user to be restricted to homepage..
In every jsp page after the user was logged in, I am saving the username in a session and I am displaying username in every page, like…
now I have used that username session and checking if username is null or empty..
if its null(ie the link is copied and pasted to other browser..) then im redirecting to login page