Perrin Harkins wrote:
On Thu, 2004-08-12 at 15:22, Stas Bekman wrote:

Perrin Harkins wrote:


However, as Aaron pointed out, mod_auth_tkt is a much better solution
for your problem.

It seems to be using mod_cgi to do that?


No.  It's a C module.  You send the actual cookie from your application
after the user logs in.  Their example is a CGI or servlet, but you can
use literally anything.  The cookie is a ticket saying that this person
is verified to be in group X.  All that mod_auth_tkt does is read the
cookie and use it to check against a list of groups with access to
specific sections of the site.

Great then. Their description is a bit misleading :)

Thanks Perrin


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to