I need to add links to a web application that point to specific parts of another page in the same application.
Normally, it is done using a URL with a fragment part (an element ID after the '#' character). Unfortunately, the application has already used the fragment part of URLs to store another data - a kind of session ID.
I wonder if there is any other, reasonable way of pointing to a web page part, different than the URL fragments.