I have manualy assigned a sessionid to url: http://www.mysite.com/(S(jdave010098uqfraiasdp9999))/place.aspx so that 'jdave010098uqfraiasdp9999' would be captured by a label to identify a click on the link and stored in DB. But most times the sessionid changes, when the link is clicked therefore resulting to a different sessionid in the resulting url. my web config is:
<sessionState cookieless="true" regenerateExpiredSessionId="false" timeout="30"/>
Any idea on how to assign a seld-generated ID to URL??
Thanks for your time.