Gerald:

> Just put them on top of your epocgi.pl e.g.
>
> $ENV{'EMBPERL_SESSION_HANDLER_CLASS'} = 'no' ;

I put this in epocgi.pl but it did not worked.

What i did was to edit file Site/lib/Embperl/OUT.pm and put the instruction
there
after "use Embperl::Constant ;"

#start original lines of files OUT.pm
package Embperl::Out ;

use Embperl ;
use Embperl::Constant ;
# end original lines from OUT.pm
$ENV{'EMBPERL_SESSION_HANDLER_CLASS'}='no';



Regards

Carlos Kassab
>
>> 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]




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

Reply via email to