| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
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. | |
|
|
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. |