Azure / aspnet-redis-providers

ASP.NET Redis Providers
Other
269 stars 181 forks source link

RedisSessionstate Provider gives more Response Size while saving 25kb file data in session #191

Closed saranyarajendrancw closed 1 year ago

saranyarajendrancw commented 1 year ago

We use the Redis Cache package library - SE.Redis-v2.6.96.30123 , Microsoft.Web.RedisSessionStateProvider – 5.0.0 , ASP.NET 4.8 – VB , to set and get session objects. We save 25kB size of excel data in bytes format in session, when setting the data in redis session it takes about 1.25 MB size and after that it shows 25KB size of data.

What is the reason for spike while writing the data in session?

stanleysmall-microsoft commented 1 year ago

Closing as a duplicate of #192