c# - Issue with asp Identity and Redis session state provider -


i have asp.net web forms application individual user identity. login works fine inproc session state provider. changed redis session state provider on azure works fine. login authenticates user logging in no identity saved.

returned inproc session state provider, works again.

understood identity (owin , asp) use cookies?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

ruby on rails - Scope conditionals for count? -

ruby - Prevent Custom Validation Error on Association -