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.