I am using cookie to store username in a login form. My problem is that i cannot retreive that value when user visits the page next time through Dot Net.
Program is working fine if i use the same Asp dot net program with option ' view in browser ' .
I think my cookies are disabled in dot net , how can i enable them ?