I need to create a session and get a session Id for tracking. There will be no login for the site, I'm just trying to get at a unique visit statistic.
I can't seem to get any info into or out of the session, everything comes up blank. What am I doing wrong?
I have this in system.web in the web.config file:
<sessionState mode="InProc" Go to the complete details ...