[#SSL_SESSION_has_ticket] = SSL_SESSION_has_ticket :mrdocs: Report whether a session ticket is present on a session. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_SESSION_has_ticket(xref:SSL_SESSION.adoc[SSL_SESSION] const* s); ---- == Return Value 1 if a ticket is associated with `s,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#