0

I'm using session in asp.net. I set session expiry 1 min. I need to save the expiry time to sql server. Please help me! Thank you in advance.

<system.web>
    <sessionState timeout="1"/>
</system.web>
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • refer to this [Mdm HttpSessionState.Timeout Property](http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate.timeout(v=vs.110).aspx). You can get the value and store it in your database. – Mivaweb May 21 '14 at 08:31
  • Before asking, please research the solution for your problem first.[Session Expired event][1] [1]: http://stackoverflow.com/questions/8488824/on-session-expire-event – Phong Vo May 21 '14 at 08:32

0 Answers0