I am using ASP.Net session and want to know what the behaviour will be when the user browser does not support cookies. I have tested this on a prototype where I blocked third party cookies and its was storing values in session and i was able to retrieve it. Can anyone clarify?
Poornima