Re: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Dan Collis-Puro
On Sat, June 24, 2006 9:19 pm, Yuji Maeda wrote: > And CGI::Application::FastCGI has another problem. > It will NOT create CGI::App object every single request. > So variables will be stuck. > -> http://rt.cpan.org/Public/Bug/Display.html?id=17736 Bingo. That was the problem. Seems strange that $

Re: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Yuji Maeda
Dan Horne reported the problem of CGI.pm. -> http://rt.cpan.org/Public/Bug/Display.html?id=17825 : solved And CGI::Application::FastCGI has another problem. It will NOT create CGI::App object every single request. So variables will be stuck. -> http://rt.cpan.org/Public/Bug/Display.html?id=17736

RE: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Dan Horne
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 varia