in reply to
How to make a secure website
Try out
CGI::Session
and in that generate session ids using
Digest::MD5
.
I haven't tried it but i guess its foolproof.
Comment on
Re: How to make a secure website
In Section
Seekers of Perl Wisdom