Hello,

I have the following problem with adding information into $udat sessions. Used to work alright but now in some parts it works and in some parts it does not.

For example adding information as hash:
$udat{sessioninfo} -> {subinfo} = 'test';

and in another test page representing it as [+ Data::Dumper::Dumper $udat{sessioninfo} +] works perfectly.

But in the main code sometimes it does not work: $udat{sessioninfo} -> {subinfo} value is undef/empty and nothing else in the code is assigning values to that hash.

Is there a way to debug session ($udat) information assignments?

Thanks in advance,
Aare






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

Reply via email to