|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there a way to notice that a user left your site?
<i><b>Originally posted by : miguel (miguel@yucom.be)</b></i><br />I want to place a cookie on the users harddisk when he leaves my site because i have to now the precise moment he left my site. Is there a possibility to notice this?<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : kr</b></i><br /><br />Try using isclientconnected property of Response object.<br />Example:<br /><% <br /> 'Check to see if the client is connected.<br /> If Not Response.IsClientConnected Then <br /> 'Get the sessionid to send to the shutdown function.<br /> Shutdownid = Session.SessionID<br /> 'Perform shutdown processing.<br /> Shutdown(Shutdownid) <br /> End If<br />%><br /><br /><br />Thanks<br />Kr<br /><br /><br />------------<br />miguel at 1/29/2001 2:02:24 PM<br /><br />I want to place a cookie on the users harddisk when he leaves my site because i have to now the precise moment he left my site. Is there a possibility to notice this?<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Is there a way to notice that a user left your site? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|