DataScript: avi.http.set_userid
DataScript
Function | avi.http.set_userid() |
Description | Sets the user ID associated with a connection. Setting this field with this command will overwrite the field if it was populated via HTTP Basic Auth or via a Client Certificate. |
Events | HTTP_REQ HTTP_RESP |
Parameter | None |
Returns | No value returned |
Example | If userid does not exist, populated it with the JSessionID cookie value.
|
Note: This API is not supported in the events SSL_PRECONNECT
, SSL_CLIENTHELLO
, and SSL_HANDSHAKE_DONE
.