Jonathan has asked for the wisdom of the Perl Monks concerning the following question:
My Apache::AccessCheck module encrypts the users password and then checks it against a database. If they match I return OK, else FORBIDDEN or AUTH_REQUIRED. This works but if the user is not allowed in they cannot re-try. In fact they have to close and re-open their browsers (IE4 and IE5).<Location /> AuthName "APPLICATION LOGIN" AuthType Basic PerlAuthenHandler Apache::AccessCheck require valid-user </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache AuthType problem
by tomhukins (Curate) on Feb 21, 2001 at 20:37 UTC | |
by Jonathan (Curate) on Feb 21, 2001 at 21:28 UTC | |
by tomhukins (Curate) on Feb 21, 2001 at 21:38 UTC | |
by Jonathan (Curate) on Feb 21, 2001 at 21:54 UTC | |
|
Re: Apache AuthType problem
by merlyn (Sage) on Feb 21, 2001 at 20:58 UTC | |
|
Re: Apache AuthType problem
by sierrathedog04 (Hermit) on Feb 21, 2001 at 22:35 UTC |