Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 98827 invoked from network); 3 Dec 2004 19:02:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 19:02:54 -0000 Received: (qmail 38351 invoked by uid 500); 3 Dec 2004 19:02:53 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 38137 invoked by uid 500); 3 Dec 2004 19:02:52 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 38124 invoked by uid 99); 3 Dec 2004 19:02:52 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aletellier@bigfootinteractive.com designates 209.208.196.181 as permitted sender) Received: from webmail.bigfootinteractive.com (HELO exchange01.office.bigfootinteractive.com) (209.208.196.181) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 11:02:50 -0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Subject: RE: intermittent %udat problems Date: Fri, 3 Dec 2004 14:02:49 -0500 Message-ID: <16B339C5075F53428B84FAC0794B0F71020520@exchange01.office.bigfootinteractive.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: intermittent %udat problems Thread-Index: AcTZaFg9wwdMwKxVQ7ShRcvsdbEPBgAAemOg From: "Aldo Letellier" To: "Eric Freed" Cc: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N try without a Session Locker PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" That's what I use... -----Original Message----- From: Eric Freed [mailto:efreed@newrorad.com] Sent: Friday, December 03, 2004 1:41 PM To: Gerald Richter Cc: embperl@perl.apache.org Subject: RE: intermittent %udat problems Unfortunately, the problem has returned. This is how it has been all along, I do something and the problem seems to goes away, but after a while it returns. (Maybe that is a clue...right after restarting apache, there is not a problem). This time I set the cookie path, but no luck.=20 On a side note, I still can't get the embperl log to work.=20 Here is the relevant part of the http.conf: PerlSetEnv EMBPERL_COOKIE_NAME notel PerlSetEnv EMBPERL_COOKIE_PATH / PerlSetEnv EMBPERL_LOG /var/log/embperl.log PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" PerlSetEnv EMBERL_DEBUG 0x200000 PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=3Ddbi:mysql:notel;hostname=3Dlocalhost UserName=3Dname Password=3D****" PerlModule Embperl Many thanks Eric On Tue, 2004-11-16 at 05:53 +0100, Gerald Richter wrote: > > On Sat, 2004-11-13 at 07:39, Gerald Richter wrote: > > > > ... I can log in, and > > > > look a a few pages, then I get a not-logged-in error. > > > =20 > > >=20 > > > It looks like your session setup is not correctly setup. In=20 > > this case=20 > > > %udat works as normal Hash and you only get the same data=20 > > as long as=20 > > > you hit the same Apache child process. > > >=20 > >=20 > > I am using MySql as the session ( via Apache::Session::MySQL)=20 > > and I can see the sessions being created in the database, so=20 > > the sessions are at least being stored there. And they are=20 > > recovered as well--in fact today I cannot reproduce the error at = all.=20 > >=20 >=20 > Maybe it is just a problem of the COOKIE PATH, try to add >=20 > EMBPERL_COOKIE_PATH / >=20 > This causes the browser to send back the cookie to every location of = your > server and only beneath the directory it was sent. >=20 > > PerlSetEnv EMBERL_DEBUG dbgSession >=20 > Needs to be=20 >=20 > PerlSetEnv EMBERL_DEBUG 0x200000 >=20 > Sorry, only numbers are supported yet >=20 > Gerald >=20 >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org