I don't use CGI::Application::FastCGI, but I had similar problems with FastCGI. Downloading the latest CGI module (and hence a newer CGI::Fast) seemed to fix it for me. (from the v3.17 change log: "CGI::Fast->new() calls CGI->_reset_globals to avoid contamination of one session with another's variables.")
Dan > -----Original Message----- > From: Dan Collis-Puro [mailto:[EMAIL PROTECTED] > Sent: Sunday, 25 June 2006 2:33 a.m. > To: [email protected] > Subject: [cgiapp] CGI::Application and FastCGI > > Folks, > > I appear to be running into "stuck variables" under FastCGI in cases where > variables shouldn't be staying stuck, and wouldn't be staying stuck if I > were running under mod_perl. > > I'm using the CGI::Application::FastCGI subclass and I've reduced the > problem to the simplest test case. But before I go further, have others > been running into problems running CGI::Apps under FastCGI? > > -DJCP > > > -- > -**---****-----******-------********---------********** > Daniel Collis-Puro > Software Engineer > End Point Corp. > [EMAIL PROTECTED] > **********---------********-------******-----****---**- > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- 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]
