I have a web application in which when users login they reach the mainjsp.jsp
page.
In this page there are few text-box for dates and based on dates and selection from another drop-down, data is submitted. This data is retrieved by a servlet
and brought back to the mainjsp
page.
My concern is about security. Now when I copy paste the mainjsp.jsp
page's URL and paste it in any browser this page appears as it is. I don't want this to happen. I want the users to login first and hence I want my web application secure.
I don't have any idea how to do this. Could you please tell me how can I achieve this?
Also please tell me how do I achieve this for any of the pages in the web-application. Users should not be able to access any page if they haven't logged in.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…