client.destroy() (Method)

This destroys the client object.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESclient.destroy()

Calling this method on a client object will remove it and if the user makes another request, a new client object will have to be created.

This is slightly inconsistent with the normal way that objects are destroyed. Normally the delete operator would be used.