Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bada7c

Browse files
committed
[#4276] Making language correction we agreed on
1 parent d162329 commit 4bada7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ which runs reasonably frequently. The ``cookie_lifetime`` would be set to a
181181
relatively high value, and the garbage collection ``gc_maxlifetime`` would be set
182182
to destroy sessions at whatever the desired idle period is.
183183

184-
The other option is specifically checking if a session has expired after the
184+
The other option is specifically check if a session has expired after the
185185
session is started. The session can be destroyed as required. This method of
186186
processing can allow the expiry of sessions to be integrated into the user
187187
experience, for example, by displaying a message.

0 commit comments

Comments
 (0)