ClientSessionKeepAlive
- Last Updated: September 15, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Determines whether the session is closed after four hours of inactivity.
Valid Values
true | false
Behavior
If set to true, the session remains active indefinitely, even if there is no activity from the user.
If set to false, the session is closed after four hours of inactivity. The user must re-authenticate to start a new session.
Notes
Closing the session during periods of inactivity causes the warehouse to consume less credits.
Data Source Methods
public Boolean getClientSessionKeepAlive()
public void setClientSessionKeepAlive(Boolean)
Default Value
false
Data Type
Boolean