asp.net - Session state server custom timeouts for users -
I want to use a session Steshsrhwar Radice Azure cache. My problem is that I want to set a custom timeout for my users, but it always takes the default value.
How do I specify a custom timeout value for my users?
& lt; SessionState mode = "custom" customProvider = "MySessionStateStore" timeout = "20" & gt; & Lt; Providers & gt; & Lt; add type = "Microsoft.Web.Redis.RedisSessionStateProvider" name = "MySessionStateStore" host = "Host" port = "6380" Prveski = "close" SSL = "true" throwOnError = "true" retryTimeoutInMilliseconds = "0" databaseId = " 0 "applicationName =" xxxDev "Connection timed out to milliseconds =" 5000 "operation timeout =" 5000 "/> & Lt; / Providers & gt; & Lt; / SessionState & gt;
It was the same bug has been reported here:
It is decided
Comments
Post a Comment