> 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.
> >  
> > 
> > It looks like your session setup is not correctly setup. In 
> this case 
> > %udat works as normal Hash and you only get the same data 
> as long as 
> > you hit the same Apache child process.
> > 
> 
> I am using MySql as the session ( via Apache::Session::MySQL) 
> and I can see the sessions being created in the database, so 
> the sessions are at least being stored there. And they are 
> recovered as well--in fact today I cannot reproduce the error at all. 
> 

Maybe it is just a problem of the COOKIE PATH, try to add

EMBPERL_COOKIE_PATH /

This causes the browser to send back the cookie to every location of your
server and only beneath the directory it was sent.

> PerlSetEnv EMBERL_DEBUG dbgSession

Needs to be 

PerlSetEnv EMBERL_DEBUG 0x200000

Sorry, only numbers are supported yet

Gerald




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

Reply via email to