Hello and thanks for your time.
I've spent quite a bit of time searching for an answer to the old question of preventing duplicate posts when the user navigates back, forward, or refreshes the page. I've seen quite a few solutions proposed, none of which are working.
Proposed solution #1) Many people offer ways to instruct the browser to not cache pages, including some books I have. It is often noted that this isn't really a good solution because the user can turn off this feature in their browser, causing it to not honor the request.
Proposed solution #2) In a book I have it proposes that using timestamps set in the Viewstate and Session can detect stale pages. This detection DOES work, but the 'what to do about it' part does not: redirect to the same page, thereby reloading a page in it's pristine state.
I haven't posted any code because I've just gone in circles with many versions.
This is my first visit to this site and hopefully I can find some wonderful advice :)
Again, thank you for your time.