[#SSL_SESSION_get_ticket_lifetime_hint] = SSL_SESSION_get_ticket_lifetime_hint :mrdocs: Return the session‐ticket lifetime hint in seconds. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long SSL_SESSION_get_ticket_lifetime_hint(xref:SSL_SESSION.adoc[SSL_SESSION] const* s); ---- == Return Value Lifetime hint advertised with the ticket, in seconds. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#