Friday, July 31, 2009

Perl/CGI, MySQL, Apache how do i make sessions?

Im working on a school computer programming project. Basically what im making is a login page which will then submit it to a perl script which will confirm the login credentials to be true or false - if true i would like to issue a session key which would be recognized through out the website and will allow the user to do different things. So if anyone knows where i can find a good tutorial on this let me know.

Perl/CGI, MySQL, Apache how do i make sessions?
Try the following link.
Reply:You might want to check out the CGI module.


Documentation can be found here: http://www.perldox.com/CGI.html


No comments:

Post a Comment