Hi,
>
>
> But my problem of the other page where the session management
> just doesn't work
> at all is still with me. I put data into $udat{'username'} and
> then go to
> another page with $http_headers_out{'Location'}. When I get there
> I check to see
> if $udat{'username'} is defined. It isn't. I look in the sessions
> table, and
> there is an entry with all my data.
>

You can print out $ENV{HTTP_COOKIE} (or set dbgEnv and take a look at the
logfile) to see if the page gets the cookie and if the cookie value is the
same as in the other pages. If the cookie is ok, it should be a problem of
your program...

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]

Reply via email to