RSA BSAFE SSL-C

Security protocol components for C

Search

Session Cache Modes

This section describes the modes which control session cache operation.

Defines

#define SSL_SESS_CACHE_OFF
 Disables session caching.

#define SSL_SESS_CACHE_CLIENT
 Enables session caching for the client.

#define SSL_SESS_CACHE_SERVER
 Enables session caching for the server.

#define SSL_SESS_CACHE_BOTH
 Enables session caching for both the client and server.

#define SSL_SESS_CACHE_NO_AUTO_CLEAR
 Prevents automatic flushing of expired session identifiers from the session cache.

#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
 Disables the internal cache session identifier lookup on the server side. More...

#define SSL_SESS_CACHE_OFF_NON_ZERO_ID
 Disables session caching but requires the server to send a non-zero session identifier to the client. More...

#define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT
 Defines the default internal session cache size.


Define Documentation

#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
 

Disables the internal cache session identifier lookup on the server side. It is still called if there is an application get_session callback defined.

#define SSL_SESS_CACHE_OFF_NON_ZERO_ID
 

Disables session caching but requires the server to send a non-zero session identifier to the client. This enables compatibility with client applications that cannot handle a zero session identifier such as Internet Explorer 5.x for Macintosh.


Copyright (c) 1999-2004 RSA Security Inc. All rights reserved. 050-001001-2600-000-000 - 2.6