Hi > From: Michael Lackhoff > > I followed the advice from this list and wrote mod_perl > authentification- and authorization handlers to move this task from my > application to apache. > But now I have the problem that for this kind of authentification there > is no 'logout' functionallity.
How about setting a cookie when the user logs in - so an authenticated user will have both the basic credentials and the cookie - i.e. your authentication handler will check that both are provided. Delete the cookie when the user logs out. Dan --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
