Previous Topic: Source CodeNext Topic: Arguments


Purpose

The ci_c_sec_set exit is the first user exit that is invoked on a client Tuxedo cooperative flow, and is specifically related to security. ci_c_sec_set() contains the call to tpinit() and is called for each flow so that, if required, each flow can establish a different user context (that is, tpinit() is invoked for each flow). You need to invoke the corresponding tpterm in ci_c_user_data_in() to achieve the described behavior.

ci_c_sec_set() is called from a Windows Client only. A Tuxedo server-to-server flow does not invoke ci_c_sec_set().