J
Janaka
Help I can't get rid of session state! I've set <sessionState mode="Off" /> in my web.config file and EnableSessionState="false" in my aspx page. However when i check my trace cookies i keep seeing ASPSESSIONIDCCTATRDC in the collection. How can this be if sessionState is turned Off? Is this a bug in ASP.NET?