Session.abondon and Session.End

What is the difference between Session.abondon And session.End

Questions by rohit16db

Showing Answers 1 - 1 of 1 Answers

Session.Abandon-->Cancels the Current Session.To programmatically end current users session (for any reason) we can use Session.Abandon method.

Session.End-->A session ends if a user has not requested or refreshed a page in the application for a specified period. By default, this is 20 minutes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions