Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Is there any tools or methods let me to monitor session state on IIS?

Reply
Thread Tools

Is there any tools or methods let me to monitor session state on IIS?

 
 
ABC
Guest
Posts: n/a
 
      01-09-2006
Is there any tools or methods let me to monitor session state on IIS? I
want to view what session states on server and to control the memory
allocation.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      01-09-2006
ABC,
You really cannot "control" memory usage of Session unless you write a
custom Sesssion provider of your own. Why do you need to control memory
allocation of Session?
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"ABC" wrote:

> Is there any tools or methods let me to monitor session state on IIS? I
> want to view what session states on server and to control the memory
> allocation.
>
>
>

 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      01-09-2006
One approach is to use CLR Profiler and apply a filter to only see
objects associated with Session state:

http://odetocode.com/Blogs/scott/arc...2/11/2611.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 9 Jan 2006 12:40:02 +0800, "ABC" <> wrote:

>Is there any tools or methods let me to monitor session state on IIS? I
>want to view what session states on server and to control the memory
>allocation.
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to find the class methods of a class, just like'methods' finds the instance methods? Kenneth McDonald Ruby 5 09-26-2008 03:09 PM
Is there any best tools or methods to trace the web page processing? ABC ASP .Net 1 02-17-2006 09:36 AM
Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when session state mode is 'StateServer' or 'SQLServer'. Mike Larkin ASP .Net 1 05-23-2005 12:33 PM
startpage.16.m - any effective removal tools/methods out there? Bob C Computer Support 3 03-01-2005 07:50 AM
unable to make the session state request to the session state server shamanthakamani ASP .Net 1 11-20-2003 04:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57