"simplesamlphp-sp" did not exist on "9fa3dc9410739f9c66395f78f80b68ac064d26d1"
SQLPermanentStorage: Check for expiration
Fixes https://github.com/simplesamlphp/simplesamlphp/issues/20 The suggested fix in #20 is not a proper one.. It would be overkill to call `$this->store->removeExpired();` on every lookup.. There exists a cron-hook for that.
Please register or sign in to comment