G
GregoryJ
I'm trying to get my Session_End event to fire when my web application has
lost focus or the web browser has been closed. From what I saw on a internet
site it stated to set the following
<sessionState
mode="InProc">
</sessionState>
Should having this set should make the Session_End event fire?
I need to fire an event when the user either leaves my site or closes the
browser so that if they return they have to login again. My Session_Start
event fires, but not my Session_End.
What must I do to make this fire when closing the browser?
Thanks.
lost focus or the web browser has been closed. From what I saw on a internet
site it stated to set the following
<sessionState
mode="InProc">
</sessionState>
Should having this set should make the Session_End event fire?
I need to fire an event when the user either leaves my site or closes the
browser so that if they return they have to login again. My Session_Start
event fires, but not my Session_End.
What must I do to make this fire when closing the browser?
Thanks.