--- Niko Gunadi <[EMAIL PROTECTED]> wrote: > >thanks very much Ovid, it was very nice of you, but can you complete your > >favour and describe how to implement Apache::Session, i mean, whats the use > >of that module if i could generate a session id with md5? > > you actually can use CGI::Session, the front end of Apache::Session. > By using this module, you can easily save your variables to the session. > you also can choose which storage for your session (from file to mysql).
When I wrote a lot of our in-house session handling code, we used IIS and I was under the impression that Apache::Session required Apache. I'm told that this is not true, but I haven't researched it. Anyone know about this? Cheers, Curtis "Ovid" Poe ===== "Ovid" on http://www.perlmonks.org/ Someone asked me how to count to 10 in Perl: push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//; shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]