View Single Post
Old 03-29-2006, 05:03 AM   #1 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
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
j.gohel is offline   Reply With Quote