Ok, then another option would be to have two types of records in KV: `SID`, and `UID:SID`. `SID` sto

Ok, then another option would be to have two types of records in KV:
SID
, and
UID:SID
.
SID
stores the actual session data, and
UID:SID
doesn't actually store anything, but just allows you to list through a user's Sessions
Was this page helpful?