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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -