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

Skip to content

Commit 7c8264d

Browse files
authored
Update session_configuration.rst
Added missing "that".
1 parent e971074 commit 7c8264d

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
@@ -99,7 +99,7 @@ It can be used to support the following workflow:
9999
* Switch to the migrating handler, with your new handler as the write-only one. The old handler behaves as usual and sessions get written to the new one.
100100
* After your session gc period, verify the data in the new handler
101101
* Update the migrating handler to use the old handler as the write-only one, so the sessions will now be read from the new handler. This step allows easier rollbacks.
102-
* After verifying the sessions in your app are working, switch from the migrating handler to the new handler.
102+
* After verifying that the sessions in your app are working, switch from the migrating handler to the new handler.
103103

104104
Example usage::
105105

0 commit comments

Comments
 (0)