http://www.perlmonks.org?node_id=851932


in reply to SOLVED: How to create sessions via FastCGI?

Try flushing the session.  As the FastCGI processes are running persistently, the flushing of the data - which otherwise happens automatically when a process exits - has to be done explicitly when you have multiple FastCGI instances serving requests (at least, that's my experience with CGI::Session in persistent contexts).

  • Comment on Re: How to create sessions via FastCGI?