Hi there,
We are evaluating the client side options for extending the content worspace session timeout from the default value. Tried the below options:
Option 1: Using setTimeout function, making ajax call to '/content/' every 15 mins. We could see response 200 from the dev tools every 15 mins on this request. However the session expires after 30 mins.
Option 2: Using 'vui.ui.workspace.go(userClass)' instead of an ajax call to '/content'. Where 'userClass' corresponds to a selected navigation item. The page refreshes and the session is extended in this case. However the user experience is not that great.
Anyone now of any other way?. Please let me know.