Hello,
Because the session ID is inserted in the current URL, relative links also automatically gain the session ID. In other words, if the user is currently stationed on Page1.aspx and clicks a relative link to Page2.aspx, the relative link includes the current session ID as part of the URL. The only real limitation of cookieless state is that you cannot use absolute links, because they will not contain the session ID.
I don’t understand why relative links are able to gain session ID, but not absolute links?
Thank you