ne_set_session_flag, ne_get_session_flag — set and retrieve session flags
#include <ne_request.h>
| void ne_set_session_flag( | ne_session *sess, | 
| ne_session_flag flag, | |
| int value ); | 
| int ne_get_session_flag( | ne_session *sess, | 
| ne_session_flag flag ); | 
The ne_set_session_flag function
    enables or disables a session flag.  Passing a non-zero
    value argument enables the flag, and zero
    disables it.
The following flags are defined:
| 
 | disable this flag to prevent use of persistent connections | 
| 
 | enable this flag to enable support for non-HTTP ShoutCast-style "ICY" responses | 
| 
 | disable this flag to disable support for the SSLv2 protocol | 
| 
 | enable this flag to enable support for RFC4918-only WebDAV features; losing backwards-compatibility with RFC2518 servers | 
| 
 | enable this flag if an RFC-violating connection-based HTTP authentication scheme is in use | 
| 
 | disable this flag if a server is used which does not correctly support the TLS SNI extension | 
| 
 | enable this flag to enable the request flag NE_REQFLAG_EXPECT100for new
	      requests |