MY situation:
i have 2
jsp pages , the first page is a login.jsp where a user name and password is authenticated , if correct then the next page show.jsp is revealed .
MY problemS:
1. if the user is authenticated then he goes into show.jsp( as i said above) but if he clicks the back button on the browser then the same page (show.jsp) appears on the browser but this is not sensible as the user should be taken to login.jsp !!! i suspect some caching happening here , how to rectify this.is there something to be corrected with sessions ??
i feel that every query should be made from server and not from the cache of browser but how to do it!!!
Any idea is welcomed with utmost gratitude!!!