Gerald,

What should I set the EMBPERL_COOKIE_PATH to?
Any recommended path?
How does this effect the cookie versus the default?
What doc/code can I read to help me understand what is going on?

Aaron Johnson

Gerald Richter wrote:

> Hi,
> >
> > I am having trouble with session management. It seems to be
> > inconsistent on my
> > system. Sometimes it works, and sometimes it doesn't.
> >
> > I am using Oracle 8i on RH6.0 with Apache/1.3.12 (Unix) mod_perl/1.21.
> > Apache is set up with DBIStore SysVSemaphoreLocker.
> >
> > When I set $udat{'username'} etc, I can see the data getting
> > written into the
> > DB. Sometimes though, the data is not available when I try to use
> > it on another
> > page.
> >
> > I have one page that always works (my buyer login page), setting
> > the data, and
> > using it on the next page. But another never works (my seller
> > account creation
> > page). And the buyer login cookie doesn't seem to work when I
> > look at a page in
> > another directory. This makes no sense to me.
> >
>
> You must set the EMBPERL_COOKIE_PATH in your httpd.conf. Browser only sends
> cookie to the same directory or a dir below, until you tell them to do
> otherwise.
>
> Does this solve your problem?
>
> 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 925151
> WWW:        http://www.ecos.de      Fax:      +49 6133 925152
> -------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to