Skip to content

Commit 296abe1

Browse files
committed
edits
1 parent 258dfc6 commit 296abe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/sessions-code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After you create a session pool, your application can interact with sessions in
5757
>
5858
> Failure to secure access to sessions could result in misuse or unauthorized access to data stored in your users' sessions. For more information, see [Session identifiers](sessions-usage.md#identifiers).
5959
60-
When you interact with sessions in a pool, you use a [session identifier](sessions-usage.md#identifiers) to reference each session. A session identifier is a string that you define that is unique within the session pool. If you're building a web application, you can use the user's ID. If you're building a chatbot, you can use the conversation ID.
60+
When you interact with sessions in a pool, you use a [session identifier](sessions-usage.md#identifiers) to reference each session. A session identifier is a string that you define that's unique within the session pool. If you're building a web application, you can use the user's ID. If you're building a chatbot, you can use the conversation ID.
6161

6262
If there's a running session with the identifier, the session is reused. If there's no running session with the identifier, a new session is automatically created.
6363

0 commit comments

Comments
 (0)