[#SSL_SESSION_set_time_ex] = SSL_SESSION_set_time_ex :mrdocs: Set the session creation time as a time_t (Y2038‐safe counterpart to SSL_SESSION_set_time). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- time_t SSL_SESSION_set_time_ex( xref:SSL_SESSION.adoc[SSL_SESSION]* s, time_t t); ---- == Return Value `t` on success, or 0 if `s` is NULL. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to update. | *t* | Creation time in seconds since the Epoch. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#