Name

ses_disconnect — Disconnections a TCP session.

Synopsis

ses_disconnect ( in ses ses_handle );

Description

This function is used to disconnect from a session and destroy the session handle. After this function is called the session handle becomes invalid and hence cannot be used for reading or writing as an error will occur.

Parameters

ses

A valid session handle.