This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have 20 jsp's in my application, in that i have a login.jsp and loginsuccess.jsp and others are dynamic page (like pop up, search and dynamic jsp). I don't want users directly open this jsp as this has to be part of the main jsp (means invocation should happen from main jsp)
is there a way to block the users from accessing this jsp other than loginsuccess jsp.