[cgiapp] CAP::Session causing errors under FastCGI and Plack?

2012-04-03 Thread Jason Crome
I keep banging my head against the wall trying to figure this out. I expect that I am doing something else wrong, but whenever I comment out the session initialization logic, my app runs (as well as it can without sessions, that is). I am getting this error under FCGI and PSGI: [Dispatch]

Re: [cgiapp] CAP::Session causing errors under FastCGI and Plack?

2012-04-03 Thread Ron Savage
Hi Jason Suggestion: Cut out CGI::Application::Plugin::Session, and just use CGI::Session directly. That will have to tell you something... -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list ##

Re: [cgiapp] CAP::Session causing errors under FastCGI and Plack?

2012-04-03 Thread Cees Hek
On Wed, Apr 4, 2012 at 1:51 PM, Jason Crome cromed...@gmail.com wrote: I keep banging my head against the wall trying to figure this out.  I expect that I am doing something else wrong, but whenever I comment out the session initialization logic, my app runs (as well as it can without