ltm rule command SSL sessionticketΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



SSL::sessionticket
       Returns the session ticket associated with the SSL flow.

SYNOPSIS
       SSL::sessionticket

DESCRIPTION
       This command returns the session ticket associated with the SSL flow.

RETURN VALUE
       This command returns the session ticket associated with the SSL flow.

VALID DURING
       CLIENTSSL_HANDSHAKE CLIENTSSL_CLIENTHELLO SERVERSSL_HANDSHAKE

EXAMPLES
	when CLIENTSSL_HANDSHAKE {
	    set st [SSL::sessionticket]
	    set stlen [string length $st]
	    log local0. "stlen $stlen"
	    log local0. "st $st"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)