asp_web_howto thread: RE: How to trap a clent in Chat applications...plz very
urgent
Message #1 by "Robert Davis" <robkdavis@h...> on Fri, 28 Feb 2003 22:09:19 -0600
|
|
Look at the global.asa and use:
Session_OnEnd
http://www.w3schools.com
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
Robert
robkdavis@h...
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #2 by "Robert Davis" <robkdavis@h...> on Fri, 28 Feb 2003 22:16:15 -0600
|
|
You can't, until the session timeout occurs, since there is no way to tell
if the user has closed their browser.
In that case, nothing is sent to the server, so you have to rely upon the
Session.Timeout which by default is 20 minutes.
:)
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
Robert
robkdavis@h...
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
|