What is the best way to capture seesion information? >From what you say, after 30 minutes of inactivity session_end is called and any processing is done. This would work, I may change the time to 1 minute just to see if it is writing to sql server database.
Thanks --- In [email protected], "Mischa Kroon" <[EMAIL PROTECTED]> wrote: > Session end is triggered on: > > Session.abandon <--- not to sure about this one actually > > And when a session timeout expires. > ( normally set to 20 minutes after user closes browser / last action from > user ) > > Keep in mind though there isn't any error handling in this procedure because > there isn't a window to output errors to. > > ( logging to file is still possible offcourse ) > > > -----Original Message----- > From: scaevola637 [mailto:[EMAIL PROTECTED] > Sent: donderdag 20 januari 2005 17:01 > To: [email protected] > Subject: [AspNetAnyQuestionIsOk] Session_end > > > > I thought that when a client closes the browser this triggers the > Session_end event in global.asax. I see now that this is not the > case. I am trying to capture session information and want to post > it to Sql Server when the session is over. Can anyone tell me the > best way to do this? > > > Thanks in advance > > > > > > > Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
