Hi,
>
> >Do you run under mod_perl and have build mod_perl as DSO? If yes
> try either
> >linking mod_perl staticly into Apaache or upgrade to mod_perl
> 1.22. If this
> >doesn't help, include a [+ ref (tied(%udat)) +] in your pages,
> what does it
> >show?
>
> I have mod_perl staticly linked. This is what happens
>
> [9512]EVAL< ref (tied(%udat))
> [9512]EVAL> HTML::Embperl::Session
>

That look very good. If the %udat is tied to the right object and the cookie
is the same, then I don't see any reason why is shouldn't work. Have tried
to print out all elements of %udat? Are there other values in it?

Apache::Session only writes values from %udat back to the DB if a first
level item is changed. Try to add a %udat{foo}++ ; Does is change anything?

If you print out %udat at the very end of the page where you set the values,
are they still there?

> That debugging stuff is very useful.
>
> >P.S. Please send answers also to the list, so other people can
> participate
>
> Just trying to keep my ignorance less widely known :)
>
Oh, there are more people who have problems with session management. They
can learn from this thread and I don't need to answer the same questions
more then neccessary.

Gerald


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

Reply via email to