SessionVariables
A comma-separated list of session variables to set on the current connection.
Data Type
string
Default Value
""
Remarks
Session variables in SAP HANA are key-value pairs that exist for the duration of a database session. They are commonly used to store application context, tenant information, audit details, or other custom values that affect queries or logging.
Set this property to a comma-separated list of session variables and their values to apply when establishing the connection. For example: APPLICATION=myapp,var1=value1,var2=value2
This property is useful for configuring connection-level context or passing custom metadata to SAP HANA during each session.