[
https://issues.apache.org/jira/browse/IGNITE-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn resolved IGNITE-4186.
------------------------------------
Resolution: Fixed
Assignee: (was: Pavel Tupitsyn)
> .NET: "Invalid session release request" exception in
> IgniteSessionStateStoreProvider.SetAndReleaseItemExclusive
> ---------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-4186
> URL: https://issues.apache.org/jira/browse/IGNITE-4186
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 1.7
> Environment: Windows 10
> MS VS 2015
> .NET Framework 4.0.30319
> ASP.NET 4.6.1586.0
> Reporter: Ksenia Rybakova
> Fix For: 1.8
>
>
> Steps:
> - Create a new C# Web application in MS Visual Studio
> - Install Apache.Ignite.AspNet package via Tools->NuGet Package
> ManagerPackage Manager Console
> - Open Web.config file, remove default sessionState section in <system.web>
> and add the following instead:
> {noformat}
> <sessionState mode="Custom" customProvider="IgniteSessionStateProvider">
> <providers>
> <add name="IgniteSessionStateProvider"
> type="Apache.Ignite.AspNet.IgniteSessionStateStoreProvider,
> Apache.Ignite.AspNet" />
> </providers>
> </sessionState>
> {noformat}
> - Open Default.aspx.cs file and add the following to Page_Load method
> {noformat}
> Session["test"] = "abc";
> {noformat}
> - Run project
> - Use Incognito mode or clear the cookies and open the main page
> Result:
> {noformat}
> [IgniteException: Invalid session release request, expected lockId: 0,
> actual: ]
>
> Apache.Ignite.AspNet.IgniteSessionStateStoreProvider.SetAndReleaseItemExclusive(HttpContext
> context, String id, SessionStateStoreData item, Object lockId, Boolean
> newItem) +298
> System.Web.SessionState.SessionStateModule.OnReleaseState(Object source,
> EventArgs eventArgs) +573
>
> System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> +141
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously) +69
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)