I have the page written on classic ASP and href element on it. Href leads to the same page but with another query parameter开发者_StackOverflows.
After clicking the link all the session variables become clear.
With the Response.Write(session.sessionID) command I compare session ID before and after clicking the link. And I've found out that it was autoincremented.
It happens ONLY in IE8, other browsers work fine.
Any help appreciated!
If the new link is in a different virtual directory than the originating link, a new session will get created...
精彩评论