Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: Re: Two-Way Password Encryptionby Joost (Canon) |
on May 07, 2003 at 14:54 UTC ( [id://256222]=note: print w/replies, xml ) | Need Help?? |
There are various authentication modules in the Apache:: namespace, but most of them only work if you're running mod_perl on Apache. However, for the technique you are describing you can use Apache::Session, which is usable for CGI scripts.
Then you can use Data::UUID for creating the session id. Nice module by the way - hadn't heard of it till now - hardburn++
In Section
Seekers of Perl Wisdom
|
|