From f3a229adccc5c19c66b6df3ded3b3c88e22ca581 Mon Sep 17 00:00:00 2001 From: Prabha Venkatesh Date: Mon, 3 Jun 2019 15:15:52 +0530 Subject: [PATCH] Update ISessionIDManager.xml Correcting the Method name. It shows GetSessionID in SaveSessionID method example. Replacing GetSessionID with SaveSessionID --- xml/System.Web.SessionState/ISessionIDManager.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Web.SessionState/ISessionIDManager.xml b/xml/System.Web.SessionState/ISessionIDManager.xml index 93e679b1f24..9f573ceef47 100644 --- a/xml/System.Web.SessionState/ISessionIDManager.xml +++ b/xml/System.Web.SessionState/ISessionIDManager.xml @@ -279,7 +279,7 @@ ## Examples - The following code example shows a partially implemented 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. + The following code example shows a partially implemented 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. [!code-csharp[System.Web.SessionState.ISessionIDModule#5](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.SessionState.ISessionIDModule/CS/isessionidmodulesnippets.cs#5)] [!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 @@ - \ No newline at end of file +