The session ID can be removed using RemoveProperty. For example:
ConnectionInfo.RemoveProperty(sessionId);
Sockets created after this call to RemoveProperty will not have any ID set. Any call to Property() will return EFalse. This does not affect existing sockets.