I was installed XX from nuget and StackExchange.Redis.StrongName, also put the next configuration in the web.config RedisSessionStateProvider <sessionState mode="Custom" customProvider="RedisSessionProvider" cookieless="true" > <providers> <add name="RedisSessionProvider" type="Microsoft.Web.Redis.RedisSessionStateProvider" port="6380" host="XXX.redis.cache.windows.net" accessKey="OQm………15E=" ssl="true" connectionTimeoutInMilliseconds="5000" operationTimeoutInMilliseconds="1000" retryTimeoutInMilliseconds="3000" writeExceptionsToEventLog="true" /></providers> but can’t storage the session on redis, but if I do the connection on code, it is succesfull. my code: […]
The post what more I need to can storage in redis cache in c#? appeared first on BlogoSfera.