user17330932
user17330932

Reputation: 11

My Snowflake UI session does NOT expire after FOUR hours of inactivity. How can I solve this issue?

CLIENT_SESSION_KEEP_ALIVE is FALSE, in spite of it, my Snowflake UI session does NOT expire after FOUR hours of inactivity. I am looking for solution for UI, How can this issue be fixed? I appreciate your help. Thank you in advance. RV

Upvotes: 1

Views: 176

Answers (1)

Lukasz Szozda
Lukasz Szozda

Reputation: 175726

Guess, the bundle might be disabled for the account:

SELECT SYSTEM$BEHAVIOR_CHANGE_BUNDLE_STATUS('2021_08');

Related: New Web Interface: Client Session Limited to 4 Hours of Inactivity

Upvotes: 1

Related Questions