If I set up a set of pages to add a record to a database, is there a way of preventing a session using the 'back' button to then skip back to the 'add confirm' page and submit another addition with the same page values?
This doesn't seem to work for me.
I have coded the html in a set of pages but when I step back
to a page built from an asp read to a database I still see
the same recordset, even though a record has been deleted.
Is there a way of putting up a message 'Page Expired' instead of the same data? I think Amazon do this somehow.
You could put a small bit of code, I don't know what the syntax is in Asp but the idea could be: if refereer is "submitted page" print "Page expired"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.