(self)
| 268 | _session = property(_get_session) |
| 269 | |
| 270 | def get_session_cookie_age(self): |
| 271 | return settings.SESSION_COOKIE_AGE |
| 272 | |
| 273 | def get_expiry_age(self, **kwargs): |
| 274 | """Get the number of seconds until the session expires. |
no outgoing calls
no test coverage detected