Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: carrying a lot of vars from page to page with hidden()

by infoninja (Friar)
on May 11, 2000 at 01:07 UTC ( [id://11060]=note: print w/replies, xml ) Need Help??


in reply to carrying a lot of vars from page to page with hidden()

AFAIK, there are really only two ways to accomplish this task:
  • Carry the hidden variables through on each page (what you're currently trying to avoid)
  • Implement some other method of preserving state (i.e., cookies, etc)
This is due to the fact that the web browser/server connection is stateless, so you have to do one of the above in order to preserve the state of the variables.
  • Comment on Re: carrying a lot of vars from page to page with hidden()

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-04-23 14:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found