Added a link to the persistent connection tutorial to the configuration guide

Also bolded out the note about session state tracking.
This commit is contained in:
Markus Makela
2015-12-30 11:35:30 +02:00
parent e40944c9b9
commit cec2c3670d
2 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,7 @@ than `persistmaxtime` seconds. It was also be discarded if it has been disconne
by the back end server. Connections will be selected that match the user name and
protocol for the new request.
Please note that because persistent connections have previously been in use, they
**Please note** that because persistent connections have previously been in use, they
may give a different environment from a fresh connection. For example, if the
previous use of the connection issued "use mydatabase" then this setting will be
carried over into the reuse of the same connection. For many applications this will