All,
We are testing AuthCookieNTLM to secure our Intranet. We are running Apache
1.3, mod_perl, and AuthCookieNTLM. Our requests are also rewritten using
mod_rewrite. If we hit the server quickly enough, and with enough requests,
the browsers start to hang. This problem only occurs in our UAT envi
Hi Brett,
I have a similar problem. We are running Apache 1.3, mod_perl and AuthenNTLM.
I don't use AuthCookieNTLM, but I have written a simple module (based on
SessionManager) to manage cookie.
Stefano
On Wed, 2 Jun 2004 15:19:19 +1200
Brett Beaumont wrote:
> All,
>
> We are testing AuthC