in reply to Why does back-buttoning to a cgi script-output page yield 'Page expired'?
To avoid all the problems with hitting the back button, I changed it to thisif $hidden_string eq "true"{ &dothis; }
if (defined($hidden_string)){ $hidden_string = ""; &dothis; }
Originally posted as a Categorized Answer.
|
|---|