Gerald!

> 1.) PerlModule HTML::Embperl

<snip>

> For 1., put the PerlSetEnv with the session vars, before the PerlModule
> statment in your httpd.conf

I have finally managed to get session management working; I used to have
the EMBPERL_SESSION_CLASSES and EMBPERL_SESSION_ARGS in my </Location
sessionLocation> without using a PerlModule statement. I'd have
something like:

<Location somewhere>
PerlSetEnv blah

SetHandler perl-script
PerlHandler HTML::EmbperlObject
</Location>

WITHOUT a PerlModule HTML::Embperl statement anywhere in httpd.conf.

For some totally obscure reason (at least to me), HTML::Embperl(Object)
would randomly (well, there seems to be some order but I can't work it
out yet) decide to start session management or stop it...

<sigh>

DSL
-- 
If we could extract all the evil from each of us,
 Think of the world that we could create!
 A world without anger, or violence or strife...
 (From the Musical, Jekyll and Hyde)

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

Reply via email to