removes all the expired sessions
(self, timeout)
| 220 | raise NotImplementedError() |
| 221 | |
| 222 | def cleanup(self, timeout): |
| 223 | """removes all the expired sessions""" |
| 224 | raise NotImplementedError() |
| 225 | |
| 226 | def encode(self, session_dict): |
| 227 | """encodes session dict as a string""" |