I've got an ASPX page which stores a value in Session. A button on that same page fires javascript which is a 'window.open' call. The second window opens, but in the codebehind of the 2nd page, Session is gone. I've run Fiddler to see what the Session cookie ID is, and it's exactly the same as was in the first window.
Has anyone else experienced this?
I tried in IE and Firefox, and it happens in both browsers.