
erichmusickwc
Novice
May 22, 2003, 9:40 PM
Post #1 of 5
(906 views)
|
I'm looking for a good session handling module; something similar to PHP's....their's is really good. I can't seem to find anything nearly as good for perl. I tried PHP::Session, looks like it might work, but I'm working on a script I'm gonna distribute to others and not everyone will have access to installing that and its dependecies. CGI::Session is REALLY slow...not any faster than connecting to mysql and then just doing a little something with it. I found this one called MongerPersist...very fast. I was wondering if one of you really super experts could look at the code and let me know if it's secure, as I want something fast and secure at the same time.
|