开发者

Monitor ASP.NET Session State

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜