You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to cast object of type 'System.Web.SessionState.SessionStateItemCollection' to type 'Microsoft.Web.Redis.ChangeTrackingSessionStateItemCollection'.
#111
Open
footcha opened this issue
Oct 26, 2018
· 1 comment
Hello,
last week we started using Microsoft.Web.RedisSessionStateProvider in our live environments globally. Since then we are experiecing tens of millions exceptions per day (a log bellow is exported from Application Insights):
After two days of investigations I still cannot say preciselly which part of ASP.Net pipeline is responsible for passing object of type SessionStateItemCollection into a method RedisSessionStateProvider.SetAndReleaseItemExclusiveAsync.
It seems that despite such a huge number of exceptions it does not have remarkable negative impact on user experience. Still, this issue makes me worried a lot.
I will prepare a pull request to eliminate such errors.
The text was updated successfully, but these errors were encountered:
footcha
added a commit
to footcha/aspnet-redis-providers
that referenced
this issue
Oct 26, 2018
Hello,
last week we started using
Microsoft.Web.RedisSessionStateProvider
in our live environments globally. Since then we are experiecing tens of millions exceptions per day (a log bellow is exported from Application Insights):After two days of investigations I still cannot say preciselly which part of ASP.Net pipeline is responsible for passing object of type
SessionStateItemCollection
into a methodRedisSessionStateProvider.SetAndReleaseItemExclusiveAsync
.It seems that despite such a huge number of exceptions it does not have remarkable negative impact on user experience. Still, this issue makes me worried a lot.
I will prepare a pull request to eliminate such errors.
The text was updated successfully, but these errors were encountered: