1998-06-04 22:41:08 +02:00
|
|
|
mod_auth_cookie.c allows a Basic authentication string to be encoded into
|
|
|
|
a cookie (using "Header set" from mod_headers). When a request comes in,
|
|
|
|
both the standard Basic auth field Authorization: and the specified cookie
|
2003-05-06 19:40:18 +02:00
|
|
|
are checked for auth info.
|