[6.8] Fixes session timeout (#91070) #91888
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a manual backport of #91070. Kibana has been refactored quite a bit since 6.8, so I had to fix each page by hand.
Commits from the original PR that I did NOT include in this backport:
/api/saved_objects_tagging/tags
- Saved Objects Tagging does not exist in 6.8./api/ui_counters/_report
- Usage data reporting does not exist in 6.8./api/transform/transforms
and/api/transform/transforms/_stats
- There is no Transforms page in the Management app in 6.8./api/console/proxy
- Dev Tools in 6.8 does not use the Angular HTTP client, so the session timeout interceptors don't work on that page. This means that sessions never get extended because of these background calls.