Refresh current user session

Sessions API lists two different APIs to refresh current user session, one is through idx cookie and likely to be used through the browser and another through backend retrieving session id using okta.session.read.

Question is, are these two inter-operable? Lets say there are two apps connected to Okta, one being an SPA and decides to refresh the session thro browser and other app having a backend decides to refresh thro backed using session id. Would the user session be active being refreshed either way?

TIA

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.