After going to the Action page by clicking the webitem, the page is idle for some time and session gets timed out. And when i do any event on that page it should ask users to log in again.
I am using a Rest API to get the Confluence Pages using Application link like below.
EntityLink entityLink = entityLinkService.getPrimaryEntityLink(project, ConfluenceSpaceEntityType.class);
ApplicationLink applicationLink = entityLink.getApplicationLink();
ApplicationLinkRequest request = applicationLink.createAuthenticatedRequestFactory().createRequest(GET, apiurl);
request.execute();
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.