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. - Perrin -- 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