> I am getting this message:
> Set EMBPERL_SESSION_HANDLER_CLASS to 'no' to avoid this message
> 
> In embperl 1.3.x i edited file embperl.pm and set the value but in
> embperl2.0 it does not seems to work.
> 
> Do you know what is the way to set this variable to no in embperl 2.0b9?
> 

Just put them on top of your epocgi.pl e.g.

$ENV{'EMBPERL_SESSION_HANDLER_CLASS'} = 'no' ;

or in your httpd.conf

SetEnv EMBPERL_SESSION_HANDLER_CLASS  no

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to