Off for ApacheCon

2001-03-29 Thread Gerald Richter
Hi, I am just about to leave to the ApacheCon, so I am not able to answer any questions at the moment. I hope I have email access at the conference and see what has happened inbetween on the list. Hope to see some of you at the conference Gerald

Cookie voodoo

2001-03-29 Thread Viljo Marrandi
Hello, I have a problem (who doesn't, huh). I've got 2 servers, one running FreeBSD with Apache 1.3.14 and Embperl 1.3.0, other Linux with Apache 1.3.19 and same Embperl, only mod_perl is somewhat newer. Problem is, that when i use $udat from FreeBSD it works perfectly and with all clients and os

Embperl & Postgres & Session Management

2001-03-29 Thread Stéphane Peiry
Hi everybody, Afther a few tries installing Embperl with Postgres as its session management database I came out with the following configuration directives: PerlSetEnv EMBPERL_SESSION_CLASSES "Postgres Semaphore Base64" PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:Pg(AutoCommit=>1):dbname=s

RE: problems with using embperl sessions from a mod_perl handler

2001-03-29 Thread Michael Stevens
> -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 3:47 PM > To: Michael Stevens; [EMAIL PROTECTED] > Subject: Re: problems with using embperl sessions from a mod_perl > handler > > > > > > $expires = "; expires=Thu, 1-Jan-1970 00:00:0

Re: problems with using embperl sessions from a mod_perl handler

2001-03-29 Thread Gerald Richter
> > $expires = "; expires=Thu, 1-Jan-1970 00:00:01 GMT" if ($id && !$initialid) > ; Your are right, this line doesn't see to make sense. > > If I try commenting this out, the expiry date is what I've > set in EMBPERL_COOKIE_EXPIRES, and it works as I'd expect. > However, obviously I suspect ther

RE: problems with using embperl sessions from a mod_perl handler

2001-03-29 Thread Michael Stevens
> -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 28, 2001 8:00 PM > To: Michael Stevens; [EMAIL PROTECTED] > Subject: Re: problems with using embperl sessions from a mod_perl > handler > > > > > > [Wed Mar 28 13:09:46 2001] [error] Can't loc