Maybe a silly question... 

how do I store/retrieve a hash through Apache::Session?

This doesn't work...
# retrieve
%table=$session{table};
...
# store
$session{table}=%table;

What's my fault?

Reply via email to