As a user I would like to navigate in my application and in case I revisit an already open page, then that page should display the latest data by auto-refreshing, and not wait until the auto-refresh interval elapses in case that is set.
e.g I have a page form where I modify information but the effect of those modifications extends to the display of the same information into several other pages. Upon revisiting a page which I had open previously I would like it to see the latest information that was entered, meaning the page to auto-refresh when revisited.
I open page A that displays fields name ‘Dino’ and surname ‘Saur’
I open page B that displays fields name ‘Dino’ and surname ‘Saur’ , address, etc
I modify in page B the field surname to ‘Lizard’
I revisit Page A which I previously opened and still has surname as ‘Saur’ and not ‘Lizard’.