RSA BSAFE Micro Edition Suite

Streamlined security for mobile and embedded devices

Search  Print

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_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_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-2005 RSA Security Inc. All rights reserved. 072-001001-2100-001-000 - 2.1