What is the use of Session.IsNewSession property in Asp.Net?

 Posted by Vishalneeraj-24503 on 3/1/2015 | Category: ASP.NET Interview questions | Views: 2922 | Points: 40
Answer:

Session.IsNewSession property lets us know if Session is created during current request or not.If value is true,then it is a new Session.If value is false,then it is existing active Session created before.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response