DeleteUserSession deletes the user session
(userId, key string)
| 44 | GetUserSession(userId, key string) (string, error) |
| 45 | // DeleteUserSession deletes the user session |
| 46 | DeleteUserSession(userId, key string) error |
| 47 | // DeleteAllSessions deletes all the sessions from the session store |
| 48 | DeleteAllUserSessions(userId string) error |
| 49 | // DeleteSessionForNamespace deletes the session for a given namespace |
no outgoing calls