diff options
Diffstat (limited to 'repoze/bfg/authentication.py')
| -rw-r--r-- | repoze/bfg/authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index 6d8316206..ca8a26eec 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -221,7 +221,7 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): while this value represents the lifetime of the cookie itself. When this value is set, the cookie's ``Max-Age`` and ``Expires`` settings will be set, allowing the auth_tkt cookie - to last between browser sessions. It is typically nonsenical + to last between browser sessions. It is typically nonsensical to set this to a value that is lower than ``timeout`` or ``reissue_time``, although it is not explicitly prevented. Optional. |
