Start of change

TLS secure session cache time to live

The TLS secure session cache time to live application definition field determines the session cache time out used by the application.

The default value is *PGM, which means the program that uses this "application ID" sets the secure session cache time to live to the appropriate value. All System TLS attributes have an initial default value. Programs can explicitly define this value by using gsk_attribute_set_numeric().

If *PGM results in an inappropriate configuration, set this field to contain the required secure session cache time to live.

End of change