keeps the connection to the server alive after the client logs out. When the
same user attempts to log in again, the proxy will use the cached
username/password pair to authenticate the client, and tie the new client to
the old server connection (which was kept alive)
PR: 54977
Submitted by: Lasse L. Johnsen
Approved by: roberto (mentor)