Hi people.

I'm trying to find a way to allow users to log out of a realm based site (ie using basic authentication).

I've read it can't be done. but I'm stubborn and think I may possibly have a way around it (for my needs anyway)

I'm using PerlAuthenHandler Apache::AuthDBI::authen

I'd like to make a lougout button in the form of username:[EMAIL PROTECTED] .

As the password is wrong it will trigger the realm dialog.

Now what I'd like to try and do is this:

Catch failed attempts to AuthDBI::authen AND if the realm password was wrongpw
- redirect them to a logged out page.


If I've worked this out right the next time they go to the realm protected area they'll be prompted for a un/pw again.

Sounds reasonable, Anyone know how, or which manual I should go read.

Or anyone got an already invented wheel I could take a look at ;)

Cheers

Angie


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