Posted By:
kalai_rajesh
Posted On:
Friday, April 20, 2001 03:04 AM
On the login page,if the user successfully logs in,the user id is added to a session and the user is allowed to access the next page, say "Secondpage.jsp".
If a user logs in and went to Secondpage.jsp in one browser. And if he opens the Secondpage.jsp directly in another browser directly without logging out in the previous browser, then the page opens directly since the session variable is having a id in it.
Pls give me solution for my probelm.
Thanking u.