You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vasilisa Sidorova (JIRA)" <ji...@apache.org> on 2016/09/28 13:20:20 UTC

[jira] [Created] (IGNITE-3995) .NET: ASP.NET Session-State Store Provider run cache with default "null" name

Vasilisa  Sidorova created IGNITE-3995:
------------------------------------------

             Summary: .NET: ASP.NET Session-State Store Provider run cache with default "null" name
                 Key: IGNITE-3995
                 URL: https://issues.apache.org/jira/browse/IGNITE-3995
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.8
         Environment: Win7
            Reporter: Vasilisa  Sidorova


STEPS TO REPDODUCE
-------------------------------------------------------------------
# Create a new C# Web application in the MS Visual Studio: File -> New -> Project -> Visual C# -> Web -> ASP.NET Web Application
# In the Package Manager Console install Apache.Ignite.AspNet package
Result: This should produce no errors (red text)
# Open Web.config file and add following code to the "system.web" section:
{noformat}
<sessionState mode="Custom" customProvider="IgniteSessionStateProvider">
	<providers>
		<add name="IgniteSessionStateProvider"
			type="Apache.Ignite.AspNet.IgniteSessionStateStoreProvider, Apache.Ignite.AspNet" />
	</providers>
</sessionState>
{noformat}
# Run project (Ctrl-F5) (ASP.NET page is opened in browser)
# Connect to started cache via console application or visorcmd and look onto cache name
-----------------------------------------------------------------------
ACTUAL RESULT
-----------------------------------------------------------------------
Started cache have "null" name
-----------------------------------------------------------------------
EXPECTED RESULT
-----------------------------------------------------------------------
Default cache name have name differ from "null" - it's bad name and can cause unexpected errors



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)