diff --git a/docs/guide/application-side/configuration.md b/docs/guide/application-side/configuration.md index e20391f7..219682c8 100644 --- a/docs/guide/application-side/configuration.md +++ b/docs/guide/application-side/configuration.md @@ -91,7 +91,7 @@ Configuration of the application-side session. You can configure the following a ### `enablePeriodically` - **Type**: `boolean | number` -- **Default**: `undefined` +- **Default**: `false` Whether to refresh the session every `X` milliseconds. The refresh will only happen if a session already exists. Setting this to a number `X` will refresh the session every `X` milliseconds.