What I am trying to do is make an application that once the user has logged in, a session is started. The user then clicks on a 'Record Journey' button and then the user browses the web. Once they return to my page it will display the pages that they have just visited.
Would using html5 local-storage be the best option when trying to store the user's page history? And does it even allow me to do this? If not, what alternatives are available?
Thank you in advance.