I am trying to troubleshoot a problem with digest authentication. Are there any trace events or log entries that an administrator should have access to for authentication events? I have the app server set to finest logging and don't see anything there. Any other ideas?
Update: I can see what it looks like in the access log when they make a request and it gives the user a 401 response code. The problem comes where sporadically, the user is prompted for a password again without closing their browser. Is there any way to know what is wrong with their request that the token is no longer valid?