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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -