DataScript: avi.http.saml_session_decrypt

Note: This function is supported in Avi Vantage release 18.2.4+.

Function avi.http.saml_session_decrypt()
Description Returns the decrypted SAML session cookie value found in the client request.
Events HTTP_REQ
Parameter None
Returns A string of the decrypted SAML session cookie if it exists; else nil.
Example If the SAML session cookie is present, do something:

cookie_val = avi.http.saml_session_decrypt()
if (cookie_val)
   – action to be executed