From eb6a4c46d934969f398e66b59c33313760478334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Tue, 6 Oct 2020 21:42:34 +0200 Subject: [PATCH] Correct a typo in the docs --- www/docs/getting-started/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/getting-started/client.md b/www/docs/getting-started/client.md index ceb1b880e8..e06fd12dbb 100644 --- a/www/docs/getting-started/client.md +++ b/www/docs/getting-started/client.md @@ -289,7 +289,7 @@ Using low values for `clientMaxAge` or `keepAlive` will increase network traffic #### Client Max Age -The `clientMaxAge` option is the maximum age a session data can be on the client before it is considerd stale. +The `clientMaxAge` option is the maximum age a session data can be on the client before it is considered stale. When `clientMaxAge` is set to `0` (the default) the cache will always be used when useSession is called and only explicit calls made to get the session status (i.e. `getSession()`) or event triggers, such as signing in or out in another tab/window, or a tab/window gaining or losing focus, will trigger an update of the session state.