Hi,
>I don't have much ideas now anymore. Everythings seems to be really good.
>The only thing I can imagine, is that you see different session. Are you
>really sure that the session id you see in the log is the same for every
>page?
>
>The other possibility may be that the data goes never to the database? Maybe
>you try FileStore or MemoryStore (For MemoryStore Apache must be started
>with -X). Have you tried to place the $udat{foo}++ at the end of the page
>which sets the username, as I wrote in my previous mail.
I display $ENV{$HTTP_COOKIE} at the top of each page, and it is always the same
(for each session).
I just tried the $udat{'foo'}++ thing, and it is reset to 0 when it goes to a
new page, but decrements from 0 (0,-127,-126...) if I refresh the same page.
I've checked the database, and the cookie info gets written to the DB. I notice
it creates a new record each time a change occurs. All records are updated
though, so I guess that doesn't hurt. But the DB gets hard to look at as it
fills up with duplicated records.
----
Philip Plane
CyberElves
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]