I have a page on which the user can apply some filters (through a form) then the user can choose one of the element filtered and go to a detail page.
If the user click back on the detail page is been redirected to the filter page. The filter page is reloaded without keeping the filters data.
I use history.back() function for the back action.
I was wondering if there is a way to navigate back to a page without reloading it showing the exact page that was shown before the user click on details link.