Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
Hi
I am using session Inproc and hosted application on web server
how can I check total space taken by user session. I need to
check for all user ie: 69 user logged in on my server and
accessing site then 70 session is present on server I want to
find out how much space they took and how can I compress or
reduced size of session

Thanks
Posted
Comments
zyck 22-Feb-12 9:51am    
nice question

hi,

you can use Application.Lock() with a counter, finally unlock the Application again to save logged in or active users.
I don't know exactly what you mean with compress, something like a automatic zip compression?

Regards
 
Share this answer
 
Comments
to.areeb 23-Feb-12 7:20am    
Yes. In my application sessoin is very huge. when 70 to 75 user connect to web server more than 30 min then server utilization goes up to 60 to 70%. application is very slow. so i need some solution for that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900