Skip to Main Content

sample code to display last 10 visited pages by user in the application

858827Mar 31 2013
I need to show last 10 user visited pages along with time of visit under recent activity section on my home page. All the pages are JSP's with the use of javascript and Jquery. I found some related examples based on PHP but my need is using the above technologies. Someone suggested use of cookies,sessions, local-storage,history etc. Please someone share some example code on how to do this. Thanks
Comments
Post Details
Added on Mar 31 2013
0 comments
844 views