>
> > 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.

That's dangerous, because you can't have different values for these
configuration directives. They are global. (Yes that's something that should
be changed sometime, but it isn't yet). If you have different values the
session management get's initialized with the values from the first request,
so it's becomeing even worth if differnet childs have different first
requests and get differently initialized. (I guess that's what you are
seeing in conjuction with EmbperlObject)

Beside the fact that loading Embperl (as any other Perl module) is more
memory efficient, it save you a lot of problems. So just put that

PerlModule HTML::Embperl

in somewhere and set your session variables before.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to