Multiple SessionIDs are created for the same visitor

M

Mike Kansky

i have a following tag in all of the HTML pages of my site:
<img src="http://domain.com/image.aspx">


In image.aspx i just send an image to the browser using simple
respone.redirect("imagepath") and there is also some tracking code in
image.aspx


The weird thing is that a new Session.SessionID is created by image.aspx as
a visitor hits a new page of my site. I assume it is because <img> tag
generates an out-of-process request?

I have to force the image.aspx to create a session.sessionid on the first
page the visitor hits and retain it on all the following pages as the
visitor navigates the site. I need to do that because image.asp has logic
there that's based on visitor's sessionid.

Please, any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top