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

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

     [ https://issues.apache.org/jira/browse/IGNITE-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasilisa  Sidorova updated IGNITE-3995:
---------------------------------------
    Environment: Windows 7 OS  (was: Win7)

> .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: Windows 7 OS
>            Reporter: Vasilisa  Sidorova
>              Labels: .net
>
> 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)