Skip to content

Commit 2fd6143

Browse files
pvt-16Ron Petrusha
authored andcommitted
Update ISessionIDManager.xml (#2537)
Correcting the Method name. It shows GetSessionID in SaveSessionID method example. Replacing GetSessionID with SaveSessionID
1 parent 57aaed9 commit 2fd6143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Web.SessionState/ISessionIDManager.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
280280
281281
## Examples
282-
The following code example shows a partially implemented <xref:System.Web.SessionState.ISessionIDManager.GetSessionID%2A> method. If your custom session-ID manager supports cookieless session identifiers, you will need to implement a solution for sending and retrieving session identifiers in the URL, such as an ISAPI filter.
282+
The following code example shows a partially implemented <xref:System.Web.SessionState.ISessionIDManager.SaveSessionID%2A> method. If your custom session-ID manager supports cookieless session identifiers, you will need to implement a solution for sending and retrieving session identifiers in the URL, such as an ISAPI filter.
283283
284284
[!code-csharp[System.Web.SessionState.ISessionIDModule#5](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.SessionState.ISessionIDModule/CS/isessionidmodulesnippets.cs#5)]
285285
[!code-vb[System.Web.SessionState.ISessionIDModule#5](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.Web.SessionState.ISessionIDModule/VB/isessionidmodulesnippets.vb#5)]
@@ -335,4 +335,4 @@
335335
</Docs>
336336
</Member>
337337
</Members>
338-
</Type>
338+
</Type>

0 commit comments

Comments
 (0)