Hi, could you help in confirming if ASP server itself can do the disconnection from a specific client ?

If yes, what are the ASP statements in VBscript ?
if no, why?

suppose:

If IsClientConnected Then
'Do something
Else
'Do something else
End If

- This is CHECKING whether the CLIENT itseft disconnect from server, NOT the server does it.

- I wonder how to code in order to make the server do the disconnection whenever it does not allow the client to access the server pages anymore.

- Thanks