How to Count how many Sessions are used in an Applications?

 Posted by vishalneeraj-24503 on 12/24/2013 | Category: ASP.NET Interview questions | Views: 2156 | Points: 40
Answer:

With the help of Session'Count property,we can count how many Sessions are used in an Applications.

For Example:-

int session_count = Convert.ToInt32(Session.Count);


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response