Hey,
Im creating a simple website in Edge and I need to be able to track which pages have been visited. The only way I can think of doing this is storing a variable in a simple database which is updated after a page has been visited. This variable will then need to be read to determine which pages have been visited.
Is there any method which I could use to acheive this?
Thanks for your help!