You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2021/04/20 20:26:03 UTC

[Bug 65172] authn_socache doesn't cache well with authn_dbd if query contains additional columns

https://bz.apache.org/bugzilla/show_bug.cgi?id=65172

Dave Pearson <pe...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Dave Pearson <pe...@hotmail.com> ---
I can confirm this behavior, and would like to add that the first time the
login is used, all will appear well, it is only subsequent accesses (i.e. via
cache) that do not show any of the AUTHENTICATE_ variables.
This can be quite easily shown by simply calling a phpinfo(); in a test php
file - upon refreshing the page using F5 in the browser, the AUTHENTICATE_
variables all clearly disappear after firstly being visible after login. 

Changing the

AuthBasicProvider socache dbd

to

AuthBasicProvider dbd

"fixes" this issue, but it will no longer cache the credentials.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org