We have the following configuration:
<Directory /docs>
AuthFormAuthoritative Off
AuthType None
Allow from all
Satisfy any
Options FollowSymLinks
</Directory>
Problem: I do not want any cookie will be send to the Apache directory with documents (URLs started with /docs
) even a user visit first a main site that requires the authentication.
Is it possible to do with Apache? What configuration should I add?