开发者

Monitor ASP.NET Session State

开发者 https://www.devze.com 2023-01-07 02:02 出处:网络
Is there any way to m开发者_开发技巧onitor asp.net session state in order to watch object size, or is there any other practice to find out a way to lighten asp.net session?If you are using sessionMode

Is there any way to m开发者_开发技巧onitor asp.net session state in order to watch object size, or is there any other practice to find out a way to lighten asp.net session?


If you are using sessionMode="SqlServer" you could just query the database. Or you could write an IHttpModule to log, on each request, the current number and size of objects in the SessionStore for each user.

0

精彩评论

暂无评论...
验证码 换一张
取 消