Hi,

How can generate sequences with Apache::Session::Counted, I'm try
to call from EmbPerl , like this :


tie %session, 'Apache::Session::Counted', undef, { Directory => '/tmp/' 
,DirLevels => undef, CounterFile => 'wapsesion.next', AlwaysSave => 0 };

And , when work, generate  IDs like this  :

$VAR1 = '52000000_5664bf533b295ed7';


But when not work said a error :

Error in Perl code: Can't locate object method "TIEHASH" via package 
"Apache::Session::Counted" at ...

I wan have a sequence for working with hidden fields ....

Thanks in advance ...


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

Reply via email to