Forum Moderators: open
I've set up a redirect page (.asp) to download a pdf file. This can track number of people requesting to d/l a pdf file.
i.e. no of pageview = download rate of the pdf file
However, when I see the IIS log file, I found there is multiple (says 5-8 times) of pageview with same session id. In other word, when people download a pdf file, it will generate multiple pageview on the log for one single redirect request.
Do you guys know why?