Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d162329 commit 4bada7cCopy full SHA for 4bada7c
components/http_foundation/session_configuration.rst
@@ -181,7 +181,7 @@ which runs reasonably frequently. The ``cookie_lifetime`` would be set to a
181
relatively high value, and the garbage collection ``gc_maxlifetime`` would be set
182
to destroy sessions at whatever the desired idle period is.
183
184
-The other option is specifically checking if a session has expired after the
+The other option is specifically check if a session has expired after the
185
session is started. The session can be destroyed as required. This method of
186
processing can allow the expiry of sessions to be integrated into the user
187
experience, for example, by displaying a message.
0 commit comments