Skip to content

Commit 9f89f28

Browse files
authored
Minor update
1 parent b842fc4 commit 9f89f28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/container-apps/sessions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For code interpreter sessions, you can also use an integration with an [LLM fram
6666

6767
### Session identifiers
6868

69-
To send an HTTP request to a session, you must provide a session identifier in the request.
69+
To send an HTTP request to a session, you must provide a session identifier in the request. You pass the session identifier in a query parameter named `identifier` in the URL when you make a request to a session.
7070

7171
* If a session with the identifier already exists, the request is sent to the existing session.
7272
* If a session with the identifier doesn't exist, a new session is automatically allocated before the request is sent to it.
@@ -81,8 +81,6 @@ The session identifier is a string that you define that is unique within the ses
8181

8282
The identifier must be a string that is 4 to 128 characters long and can contain only alphanumeric characters and special characters from this list: `|`, `-`, `&`, `^`, `%`, `$`, `#`, `(`, `)`, `{`, `}`, `[`, `]`, `;`, `<`, and `>`.
8383

84-
You pass the session identifier in a query parameter named `identifier` in the URL when you make a request to a session.
85-
8684
#### Protecting session identifiers
8785

8886
The session identifier is sensitive information which must be managed securely. Your application must ensure each user or tenant only has access to their own sessions.

0 commit comments

Comments
 (0)