From d98bc6d527dd2b65cad46fc32a21d90017770bdf Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Tue, 23 Dec 2025 15:27:21 -0500 Subject: [PATCH] Update session.md to clarify session object details Removed mention of authentication details from session overview. --- docs/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/session.md b/docs/session.md index 960b8ef..17046a9 100644 --- a/docs/session.md +++ b/docs/session.md @@ -1,7 +1,7 @@ # Starting a Session Interacting with the Keystone API begins by creating a client session. -Session objects encapsulate the connection state, authentication details, and request configuration, allowing the +Session objects encapsulate the connection state and request configuration, allowing the client to efficiently reuse connections and manage resources across multiple API calls. ## Instantiating a Client