Javascript or jQuery: Is there a way to set document.referrer without changing it every time a page reloads? -


i want able send user url came after looking @ map gallery i'm building. document.referrer work except there links within gallery change initial document.referrer url. there way set document.referrer once, on entry, without changing each time new url loaded?

you'll need store somewhere on first visit. in cookie or localstorage, if you're restricted client-side code.


Comments