On PageA.asp I set a session variable like so
Session("affiliate") = "xyz.com"
When I click a link and go to PageB.asp that session variable no longer exists.
I have other session variables and they persist across the pages. I can response.write my session varriable on PageA.asp, so I know it gets created properly.
I had this problem a few months back. I figured it out then, sometime between now and then my fix got overwritten. Now, I'm at a total loss.
Thanks in advance.