Force reload/refresh when pressing the back button
Posted
by
FlyingCat
on Stack Overflow
See other posts from Stack Overflow
or by FlyingCat
Published on 2012-01-30T22:34:17Z
Indexed on
2013/10/31
15:54 UTC
Read the original article
Hit count: 182
I will try my best to explain this.
I have an application that show the 50+ projects in my view
page. The user can click the individual project and go to the update
page to update the project information. Everything works fine except that after user finish updating the individual project information and hit 'back' button on the browser to the previous view page
. The old project information (before update) is still there. The user has to hit refresh to see the updated information. It not that bad, but I wish to provide better user experience. Any idea to fix this? Thanks a lot.
© Stack Overflow or respective owner