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