Handling URL within a session

In my web app I have specific content shown on some dynamic pages.
My customer wants to have a URL that can be pasted into the browser to bring this page up.
I thought I could intercept it in HandleURL, and dynamically create the required content. However the request ends up not having a session to associate it with.
Is there a way to handle this?

I’d really like to be able to show a URL that can be copied.

Any suggestions?

Have a look at the HashTagChanged event on the Session, that should get you started.