I need to know, How can I load (redirect) to a particular page(using react-router) after browser session is closed? Suppose, i have logged in and visiting edit-profile page, but i closed the browser, if i open the website again, i could get logged in(as the user details are saved in local storage), but how can i redirect the user to edit-profile page.
I tried the below solution, but i wont have history session once the browser is shut. What is the best way to redirect a page using React Router?