silverstripe / silverstripe-session-manager

Allow users to manage and revoke access to multiple login sessions across devices.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

use orm cache in LoginSession #152

Closed lekoala closed 1 year ago

lekoala commented 1 year ago

calls to isCurrent do not benefit from cache when byID is used

image