In an ASP.net website, the link to
http://scarab.ineo.be/Catalog.aspx?id_rayon=0000000015
is redirected automatically to
http://scarab.ineo.be/Catalog.aspx?id_rayon=0000000015#.Uyr5GPnWWi0.
Why is #.Uyr5GPnWWi0
added ?
I thought it was something regarding the sessionState. In the web.config, the sessionsState is
<sessionState mode="SQLServer" sqlConnectionString="data source=....\SQL2008R2; integrated security=false; user id=sa; password=...." />
Is it possible to avoid this extra info at the end of the URL ?