in reply to Why does back-buttoning to a cgi script-output page yield 'Page expired'?

Oops, scratch that first one.. I did say I was a newbie right?

if $hidden_string eq "true"{ &dothis; }
To avoid all the problems with hitting the back button, I changed it to this
if $hidden_string eq "true"{ $hidden_string = ""; &dothis; }

Originally posted as a Categorized Answer.