> There are _no_ default, because I can't know how your system looks like.
You
> have to set the following two configuration directives. The easiest thing
is
> to put this piece of code at the top of your embpcgi.pl:
>
> BEGIN
>     {
>     $ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker" ;
>     $ENV{EMBPERL_SESSION_ARGS}    = "DataSource=dbi:mysql:session
> UserName=test" ;
>     } ;

aahhh....now we're getting somewhere :-)  this makes more sense...

> What do you mean with init and destroy stuff?

The Session_OnStart/OnEnd methods of tha Apache::ASP stuff...I usually do
behind the scripts init type things, which you can emulate in a BEGIN/END,
but for some reason, it's not quite the same thing :-)

I've gotten into putting everything I need in a Util.pm (including begin/end
stuff) and just "use"ing that in my embperl page...I set up Cookie stuff,
hopefully session stuff :-), and the like there, and just use that on every
page I create... 6 of one half-dozen of the other :-)

jb


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

Reply via email to