Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

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

by Zecho (Hermit)
on Aug 24, 2001 at 11:26 UTC ( [id://107638]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://107638]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found