If i use Response.Cookies["test"].Value ="Hi"; where are cookie stored in system?
Can i check Cookies["test"] value in my pc because cookies are stored in text format.
I am using VS 2008. Operating system is Windows 7.
I have tried to find in Google but not getting the exact answer. Please help to sort out this problem.
