|
When refreshing the page redirecting the user to my desired page??
In my MVC based application, when i am displaying some readonly data from my database in a JSP page & when i click on the button i get navigated to some other next page...
When i click on the back button i have set the response headers for no caching.
But when cliking on the back button & then refreshing the page the same page gets displayed with the readonly details previously displayed.But what i want to do is whenever the user refreshes the page i want to make the user redirect to my desired page??
Is it possible??
If yes then how can i do it??
If no then some alternatives to achieve to do this thing??
Thanks,
Jignesh
|