alexedwards / scs

HTTP Session Management for Go
MIT License
2.05k stars 165 forks source link

Get all active sessions #117

Closed gandaldf closed 2 years ago

gandaldf commented 2 years ago

Hi! Is there a way to get all active sessions regardless of the context (aka all opened sessions by all clients)?

Thank you.

alexedwards commented 2 years ago

I think this might be a duplicate of https://github.com/alexedwards/scs/issues/92? Please re-open if I've misunderstood the issue.