Commit 3f71fce
Clarify session intro: recommend stateless, spec-required client behavior
Rewrite sessions.md intro to lead with the Stateless property recommendation,
clarify that sessions enabled is the current C# SDK default (not a protocol
requirement), and note the spec requires clients use sessions when servers
request them. Replace middleware example with minimal API endpoint filter.
Fix AllowNewSessionForNonInitializeRequests docs to call out spec non-compliance.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b7e68dc commit 3f71fce
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments