In article <[EMAIL PROTECTED]>, Scott Prelewicz wrote: > Hello all, I'm new to this list, and CGI::Application as well. I read a > little bit that CGI::Application does not work well with Authentication and > Apache::Session. Is this the case? I would like to use both anyway. What's > the solution, to put session checks in all the Instance scripts? Seems > reasonable, but does anyone know an easier/cleaner way?
There is mod_auth_pg, which has been discussed and recommended on this list and i still on my "to try" list. A link to an old post is here: http://216.239.57.100/search?q=cache:7qfi5OVyaSIJ:www.mail-archive.com/cgiapp%40lists.vm.com/msg00601.html+mod_auth_pg+%22cgiapp%22&hl=en&ie=UTF-8 I have just tried CGI::Session and have been pleased with it. http://search.cpan.org/search?module=CGI::Session There is an even a version of CGI::Application that integrates directly with it, although I haven't tried it: http://search.cpan.org/search?module=CGIS::Application Mark -- . . . . . . . . . . . . . . . . . . . . . . . . . . . Mark Stosberg Principal Developer [EMAIL PROTECTED] Summersault, LLC 765-939-9301 ext 202 database driven websites . . . . . http://www.summersault.com/ . . . . . . . . --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
