Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

session_free

The session_free function frees a specified Session structure. The session_free function does not close the client socket descriptor associated with the Session structure.

Syntax

#include <base/session.h>
void session_free(Session *sn);

Returns

void

See Also

session_create, session_maxdns

Parameters

Session *sn is the Session structure to be freed.