]> git.mjollnir.org Git - moodle.git/commit
MDL-9399 auth/ldap: NTLM temp sessions now use cache_flags
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:12:57 +0000 (22:12 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:12:57 +0000 (22:12 +0000)
commit065e2cc0946c6beb9b333afb6e4242fced660f26
tree347a25e261ebee87a712927ca23d00195ceef2b1
parent19987407ab611edd5619a7900f51be941ac0d5f5
MDL-9399 auth/ldap: NTLM temp sessions now use cache_flags

cache_flags is now the apropriate way to manage this kind of temp
data. It gives us time expiry and GC for free, so it's a perfect fit
for the job, as it simplifies the code a bit.
auth/ldap/auth.php