Assuming you are referring to website page login & if 'yes' then try to save only the current page url (location.pathname) on page load of each page(except login page) in browser cookie as encrypted string/encoded URI. after login success event redirect to the page url present in the cookie which will be the last visited page url.