Problem with authentication of user

Hello every one,

I have an issue in my application.

I have 2 jsp pages login.html , logincheck.jsp and report.jsp.

in Login.html after i login with the correct user and pass it redirects to report.jsp or else it will redirect back to the login page, The problem is in the browser if i specify the url (http://localhost:8084/Report_Generator/report.jsp) of the report.jsp without the login page, the application is directly going to the report page.

please let me know the solution

[511 byte] By [Ashwin@banga] at [2007-11-27 6:35:11]
# 1
hiset a session object in loginjsp page and check the object in remaining pages if session is null redirect to main page.regardsbhargava
bachea at 2007-7-12 18:02:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hello Bhargav,Thanks for your quick reply which helped me a lot.
Ashwin@banga at 2007-7-12 18:02:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...