Skip to content

Commit 6d63b74

Browse files
hirejohnsalcedoiaincollins
authored andcommitted
Update faq.md
1 parent eb26722 commit 6d63b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ JSON Web Tokens can be used for session tokens, but are also used for lots of ot
166166

167167
Shorter session expiry times are used when using JSON Web Tokens as session tokens to allow sessions to be invalidated sooner and simplify this problem.
168168

169-
NextAuth.js client includes advanced features to mitigate the downsides of using shorter session expiry times on the user experience, including automatic session token rotation, optionally sending keep alive messages to prevent short lived sessions from expirying if tehre is an window or tab open, background re-validation, and automatic tab/window syncing that keeps sessions in sync across windows any time session state changes or a window or tab gains or loses focus.
169+
NextAuth.js client includes advanced features to mitigate the downsides of using shorter session expiry times on the user experience, including automatic session token rotation, optionally sending keep alive messages to prevent short lived sessions from expiring if there is an window or tab open, background re-validation, and automatic tab/window syncing that keeps sessions in sync across windows any time session state changes or a window or tab gains or loses focus.
170170

171171
* As with database session tokens, JSON Web Tokens are limited in the amount of data you can store in them. There is typically a limit of around 4096 bytes in total for all cookies on a domain, though the exact limit varies between browsers, proxies and hosting services.
172172

0 commit comments

Comments
 (0)