>
>We had the exact same issues. We are using
>Apache::AxKit::Plugins::Session and that is where the problem
>was. If you are using Apache::AxKit::Plugins::Session, this is a diff
>of our patch:
>
>54c54
>< my $res = tieHash( undef, \%flex_options );
>---
>> my $res = tieHash( undef, \%flex_options, \%session);
IMHO key is here ^^^^^^^
Apache::Session and its derivatives saves changes in session hash to storage only when
hash is untied. If not - changes are lost.
Ciao, OLeG
-----------------------------------------------------------------
Oleg Assovski, Development dept., Bitcom Ltd., Moscow
We make few little bugs,
we compensate with a lot of big ones
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]