> From: David Steinbrunner On Behalf Of > David Steinbrunner > Sent: Saturday, 18 November 2006 11:54 a.m.
> Subject: [cgiapp] CGI::Application::Dispatch and FastCGI > > Hello all, > > Has any one before me Mixed Dispatch and FastCGI? > > It seems that the query object is getting cached. To elaborate, I can > start > up the web server, submit a form and it works but using that same form any > number of times after that ends up using the values from the first submit. > If I use Data::Dumper to check the query object before it is passed into > Dispatch, it shows fresh data but when I dump $self from within a runmode > the __QUERY_OBJ values are stale. > Hmm, I had a similar problem while back, where previous GET and POST data would seem to reappear. Upgrading CGI (and hence CGI::Fast) made it go away for me... Dan --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
