Interviewer - Server > Reference > ISessionEngines interface > Unregister
 
Unregister
Syntax
Unregisters a session engine with the Web tier.
Unregister(Password As String, URL As String)
Arguments
Password
The Web tier registration password. The password is used to prevent unauthorized unregistration of session engines.
URL
The URL of the session engine to register.
Remarks
The session engine is immediately removed from the list of registered engines, but pending page requests are allowed to complete.
An error is returned if the session engine is not registered.
See also
ISessionEngines interface