You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/sessions-code-interpreter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ After you create a session pool, your application can interact with sessions in
57
57
>
58
58
> 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).
59
59
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.
61
61
62
62
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.
0 commit comments