bluecjh
Programmer
- Mar 12, 2003
- 385
I have succeeded in precluding users from resubmitting
forms by use of:
<% Response.CacheControl = "no-cache" %>>
<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>
but I can still locate some pages from 'history'
and resubmit them.
How can I stop these pages being stored?
forms by use of:
<% Response.CacheControl = "no-cache" %>>
<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>
but I can still locate some pages from 'history'
and resubmit them.
How can I stop these pages being stored?