I'm currently writing a web application which requires logging in. The users for this application are stored in a MySQL database.

I've been trying a variety of modules ( CGI::Session, CGI::Application with CGI::Application::Session, and now I'm looking at Apache::Session ). So far, I haven't been able to successfully pass a session across run modes.

Does anybody have any recommendations for which module to use? Would developing it as a CGI::Application and using Apache::Session to handle the session management be effective? I'm also using HTML::Template for templating, if that influences which module I should use.

Thanks,
Kevin

_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to