Once a cookieless embed session is acquired, is it possible to extend the length of the session afterwards?
For example, if you provided 300 seconds for the session_length parameter, then after 300 seconds (5 minutes) has elapsed, is it possible to extend the session for another 5 minutes?
I tested that endpoint (PUT /embed/cookieless_session/generate_tokens), it doesn’t refresh the session_token_reference’s TTL. It only re-generates the navigation_token and the api_token.
Hi again, sorry about the delay, I was on a holiday
Ah, I misread your original question. You can’t extend the session so after 5 minutes you’ll be required to do the login dance again.
However, there’s no requirement on our end to use short lived sessions, you could set session_length to hours or days even. The max value by default is 30 days although your Looker Admin can control that.