Saturday, March 24, 2012

Session Variables

Hi all,
Can any one please tell me at any given point, how would i
know how much my total Session Variables are consuming how much memory.
Cos iam using sessions to store some datasets , So i would like to know
If for eg: If 25 users are accessing my application, i need to know How
much memory is totally consumed by my session vaiables
Thanks in Advance
ThomsonI'm not sure that last message went through, sorry. You would need to create
custom performance counters to do this. The following article should help:
http://msdn.microsoft.com/library/d...
ethowto12.asp
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
"thomson" <saintthomson@.yahoo.com> wrote in message
news:1133189337.784863.213910@.o13g2000cwo.googlegroups.com...
> Hi all,
> Can any one please tell me at any given point, how would i
> know how much my total Session Variables are consuming how much memory.
> Cos iam using sessions to store some datasets , So i would like to know
> If for eg: If 25 users are accessing my application, i need to know How
> much memory is totally consumed by my session vaiables
>
> Thanks in Advance
> Thomson
>
You would need to create your own custom performance counters to do this.
The following article should help you learn how:
http://msdn.microsoft.com/library/d...
ethowto12.asp
"thomson" <saintthomson@.yahoo.com> wrote in message
news:1133189337.784863.213910@.o13g2000cwo.googlegroups.com...
> Hi all,
> Can any one please tell me at any given point, how would i
> know how much my total Session Variables are consuming how much memory.
> Cos iam using sessions to store some datasets , So i would like to know
> If for eg: If 25 users are accessing my application, i need to know How
> much memory is totally consumed by my session vaiables
>
> Thanks in Advance
> Thomson
>

0 comments:

Post a Comment