Sun Java System Web Proxy Server 4.0.3 2006Q2 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.

Syntax

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

Returns

void

See also

session_create, session_maxdns

Parameters

Session *sn is the Session to be freed.