blob: 7a14905bc6091dd9a58568adcac653b7bbefafb9 (
plain)
1
2
3
4
5
|
Apache::AuthCookie allows you to intercept a user's first unauthenticated
access to a protected document. The user will be presented with a custom
form where they can enter authentication credentials. The credentials are
posted to the server where AuthCookie verifies them and returns a session
key.
|