0

How can i write some code like maintaining timeout in database or logging task, when session get timeout automatically after specific time(default 20 mins).

Coral Doe
  • 1,925
  • 3
  • 19
  • 36
Rajaram Shelar
  • 7,537
  • 24
  • 66
  • 107

1 Answers1

1

You can use Session_OnEnd Event, you can find all the related methods and properties about Session Object (IIS)

Please have a look Session-State Events

Also there is good article about ASP.NET Session End Event Fires Immediately After Session Start

huMpty duMpty
  • 14,346
  • 14
  • 60
  • 99