Skip to content

Commit 7d8c76b

Browse files
authored
Minor updates
1 parent 72fbc06 commit 7d8c76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ For code interpreter sessions, you can also use an integration with an [LLM fram
7979

8080
The session identifier is critical and sensitive information that must be securely created and managed. It's important to secure your application to ensure each user or tenant only has access to their own sessions.
8181

82-
The specific strategies to prevent misuse of session identifiers differ depends on the design and architecture of your app. However, your app must always have complete control over the creation and use of session identifiers so that a malicious user cannot access another user's session.
82+
The specific strategies to prevent misuse of session identifiers differ depending on the design and architecture of your app. However, your app must always have complete control over the creation and use of session identifiers so that a malicious user can't access another user's session.
8383

8484
Some example strategies include:
8585

86-
* If your app uses one session per user, each user must be securely authenticated and your app must use a session identifier that is unique to each logged in user.
86+
* If your app uses one session per user, each user must be securely authenticated and your app must use a session identifier that is unique to the corresponding logged in user.
8787
* If your app uses one session per AI agent conversation, ensure your app uses a session identifier that is unique to each conversation and can't be modified by the end user.
8888

8989
> [!IMPORTANT]

0 commit comments

Comments
 (0)