Skip to content

Commit 276549f

Browse files
V-vafunescottaddie
andauthored
M48564 - Fixing Typo (#17597)
* M48564 - Fixing Typo Translator has reported possible content source issue. Description> Adding missing parenthesis Affected Line> 160 * minor edit Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
1 parent dfa50e0 commit 276549f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/fundamentals/app-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The following example shows how to set and get an integer and a string:
157157

158158
[!code-csharp[](app-state/samples/3.x/SessionSample/Pages/Index.cshtml.cs?name=snippet1&highlight=18-19,22-23)]
159159

160-
All session data must be serialized to enable a distributed cache scenario, even when using the in-memory cache. String and integer serializers are provided by the extension methods of [ISession](/dotnet/api/microsoft.aspnetcore.http.isession)). Complex types must be serialized by the user using another mechanism, such as JSON.
160+
All session data must be serialized to enable a distributed cache scenario, even when using the in-memory cache. String and integer serializers are provided by the extension methods of [ISession](/dotnet/api/microsoft.aspnetcore.http.isession). Complex types must be serialized by the user using another mechanism, such as JSON.
161161

162162
Use the following sample code to serialize objects:
163163

0 commit comments

Comments
 (0)