mlseim
07-01-2005, 11:51 PM
My webhost doesn't have CGI::Session::File installed, so I found this
module and put it in my cgi-bin. It works great, but wanted to get
some feedback on whether or not it's a good one to use.
package Session;
# Author: Thedi gerber@id.ethz.ch
# Copyright: Thedi gerber@id.ethz.ch
# Version: 8. April. 2003
I downloaded it from this site:
http://jan.netcomp.monash.edu.au/ecommerce/perl_session.html
Just wanted some feedback on whether or not anyone has used
this before ... security issues and such.
--max--
module and put it in my cgi-bin. It works great, but wanted to get
some feedback on whether or not it's a good one to use.
package Session;
# Author: Thedi gerber@id.ethz.ch
# Copyright: Thedi gerber@id.ethz.ch
# Version: 8. April. 2003
I downloaded it from this site:
http://jan.netcomp.monash.edu.au/ecommerce/perl_session.html
Just wanted some feedback on whether or not anyone has used
this before ... security issues and such.
--max--