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 3f3b220 commit 227c497Copy full SHA for 227c497
source/includes/admonitions/connection-resets.rst
@@ -1,8 +1,13 @@
1
.. important::
2
3
Methods which reset the shell's connection to the server trigger a
4
- termination of all open :manual:`sessions </reference/server-sessions>`.
5
- The following methods reset the shell's connection:
+ termination of all open server :manual:`sessions
+ </reference/server-sessions>`. When a session ends, all in-progress
6
+ operations are terminated as well, and the client must re-authenticate if
7
+ authentication is enabled.
8
+
9
+ The following methods reset the shell's
10
+ connection:
11
12
- ``db.auth``
13
- ``Mongo.setReadPref``
0 commit comments