TravisLaborde
IS-IT--Management
Our company has a few separate public sites. In order to centralize our analysis of how traffic moves through the sites, we have set up a separate site to serve images to the various sites, by having the "real" sites dynamically generated, including IMG tags where the SRC points to a URL at the tracking site. So, on any given public site, the pages contain tags like so:
IMG SRC=somehost/somepage.aspx?arg=val&arg2=val2 etc.
In this fashion, the tracking site gets "hits" with the requests for the images, and it saves the args to a database, which is later centrally analyzed.
The problem I'm facing is that even if the page is refreshed multiple times in a row, each hit to the tracking server generates a new session on that server.
Can anyone help me to understand why this is?
Thanks,
Travis
IMG SRC=somehost/somepage.aspx?arg=val&arg2=val2 etc.
In this fashion, the tracking site gets "hits" with the requests for the images, and it saves the args to a database, which is later centrally analyzed.
The problem I'm facing is that even if the page is refreshed multiple times in a row, each hit to the tracking server generates a new session on that server.
Can anyone help me to understand why this is?
Thanks,
Travis