hi i was working on a application developed in asp & c#.net, i want alert the usersif the session capacity exceeds the memory limit. how can i alert the user if the session object’s capacity exceeds the memory .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no per-session memory limit, unless you come up with one. Of course there is the overall memory limit and you can check the overall memory consumption using
GC.GetTotalMemorymethod