I want to use a SiteMapPath control (storing the map in web.sitemap) and URL
mapping in the web.config file to control navigation for my website.
I also want to have in my querystring (no cookies allowed) a custom sessonID
so that each pages URL would be
http://www.website.com/PageName.aspx...sionID=9JHJY79.
My question is: How can I ensure that the sessionID is appended to the URL
used by controls using the web.sitemap (Menus, TreeViews, etc.)
I am using ASP .Net 2.0.
Thank you.
Mike