Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Fast CGI request doesn't change

by snopal (Pilgrim)
on Aug 20, 2007 at 03:28 UTC ( [id://633700]=note: print w/replies, xml ) Need Help??


in reply to Fast CGI request doesn't change

CGI is not used in a dynamic context. It is merely a snapshot of a moment of submission.

My assumption is that once instantiated, it is assumed that the underlying form responses are not changing. Because of that, it is likely that the module was written to not re-instantiate, but to provide what it already has acquired.


== Desire is one product of absence. -- Stephen Opal ==

Replies are listed 'Best First'.
Re^2: Fast CGI request doesn't change
by varghees (Novice) on Aug 20, 2007 at 04:19 UTC
    If I use POST method, CGI::Fast returns the correct request object value every time. But in GET it returns the old same object always.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-23 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found