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.
i guess it's the same situation i've run into once. the 'username'
is the first variable you set in %udat so the cookie is created.
but somewhy (i really don't know if it's documented to be that
way or not) if you do a relocation with Location: after that, the
cookie doesn't get sent back and so there's no information. i
solved the problem by using <META HTTP-EQUIV="refresh"> instead
of Location: - not that sleek, but works.
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< http://tfr.cafe.ee/ >==< +1-504-4467425 >==--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]