Hey @Mike,
Thanks for the explaination! This behaviour of Dev Tools was quite a mystery. Please let me know if there are any plans in the future to change this.
I happened to notice these two things as well -
-
If we are on dashboard or other static page and remain inactive for ttl time, then after clicking on management pg it does not prompt for re-login. After this, if we click on
a) “Index Patterns” → it prompts for relogin
b) “Saved Objects” → it prompts for relogin
c) “Advanced Settings” —> It DOES NOT prompt for relogin. -
As you suggested, I unchecked the settings under Autocomplete on Dev Tools page. With these changes, i noticed this -
If we stay on any page (say Dashboard), remain inactive for ttl time & then it switch to Dev Tools
a) For the default query “GET _search” —> it throws the error as “session expired”.
b) For any other new queries I write —> I do not get “session_expired” error or the query result. Instead, it shows the html pg in the right hand side of the window as shown in my previous comments.
Any suggestions?