Ruediger Pluem
Ruediger Pluem
mod_authn_socache is not suited for this as it caches password hashes for basic or digest authentications. mod_auth_mellon uses a session to retrieve information once authenticated. In order to get what...
Update: I just noticed that some of the most interesting socache providers do not support iterating over all sessions (mod_socache_memcache / mod_socache_redis). Hence the approach needs to find a solution...
Thanks the pointer. At least due to #13 at rework of the patch is needed.
In order to get the stuff from @jdennis here for people to work on it can someone with push permissions please do the following: ```bash git branch socache 1fa6146abe8ee1b8f224646866a855d969bbb0b6 git...