[#SSL_CTX_sessions] = SSL_CTX_sessions :mrdocs: Return a pointer to the context's internal SSL_SESSION LHASH cache. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:lhash_st_SSL_SESSION.adoc[lhash_st_SSL_SESSION]* SSL_CTX_sessions(xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- == Return Value Pointer to the internal LHASH; do not modify it directly—use SSL_CTX_add_session and related APIs. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose session cache is accessed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#