I have a Session with a property stored therein. When a request is made
to mypage.jsp, I check whether the property has the value required for
requests to mypage.jsp: if not I send the request to index.html. Eg, in
your case you might set a Session property like login="LOGON_OK" upon
successful logon.

Reply via email to