asp.net - Distributed session reset -
asp.net - Distributed session reset -
our site asp.net mvc site, hosted on azure , using azure cache service session provider. below our sessionstate configuration: cache in azure configured utilize sliding expiration, expiration period of 2 hours recently have issue of users beingness kicked out of website. there no exception during time, except securityexception throw if user's not logged in. seems user's session lost , asp.net assigns them new session as far know, since site using distributed session state provider, if server application pool recycled, should not kick out user/cause session lost may know possible causes issue? due distributed cache session provider or due iis or due our site? how should debug issue? below our production server iis application pool setting
thank much
asp.net asp.net-mvc session iis azure
Comments
Post a Comment