Remove the session
(self, sid)
| 172 | raise NotImplementedError |
| 173 | |
| 174 | def remove(self, sid): |
| 175 | 'Remove the session' |
| 176 | raise NotImplementedError |
| 177 | |
| 178 | def get(self, sid, digest): |
| 179 | 'Retrieve a managed session by session-id, checking the HMAC digest' |
no outgoing calls
no test coverage detected