Thanks, I update the docs

Gerald



---------------------------------------------------------------
Gerald Richter      ecos electronic communication services gmbh
Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl 

E-Mail:     [EMAIL PROTECTED]         Tel:        +49-6133/925151
WWW:        http://www.ecos.de      Fax:        +49-6133/925152
---------------------------------------------------------------
 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Cliff Rayman
> Sent: Thursday, October 21, 1999 7:40 PM
> To: [EMAIL PROTECTED]
> Subject: embperl session handling doc changes
> 
> 
> .. i think this needs to be:
> BEGIN {
>          $ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker"
> ;
>          $ENV{EMBPERL_SESSION_ARGS}    = "DataSource=dbi:mysql:session
> UserName=test" ;
> }
>          use Apache::Session::Embperl ;
>          use HTML::Embperl ;
> 
> .. otherwise the 'use' statements get evaluated before the environment
> variables have been set.
> 
> .. also some mention of the fact that the new Apache::Session is setup
> in a TOTALLY different way from the old version. I never read the
> Apache::Session docs since I used it as part of Embperl and never on its
> own.  It took me a few minutes to realize that I had to use the keyword
> FileStore and pick a locking class, as well as use the keyword Directory
> in the ARGS.  Since I have never used any of the DBI stuff I ignored the
> example args and did not notice that they were any different than the
> ones used at 0.17.
> 
> cliff rayman
> genwax.com
> 

Reply via email to