Session

2011-06-30 Thread Soltan Safavi
Hi, I am using Embperl 2.4 on Linux and I disabled the session by setting PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no in perl.conf. It works fine, but I have some Perl modules which are not working properly under mod_perl, in this case I have to use cgi scripts and I am getting frequently the m

Re: Session

2011-06-30 Thread Jose Fonseca
Hi, it seems to me like those modules first require Apache::SessionX at BEGIN time and only check for the state of EMBPERL_SESSION_HANDLER_CLASS at runtime - so you'd still need to install Apache::SessionX even if you have session handling disabled. Installing the modules does not mean it'll get us