basically i am setting cookie values on the client side (just session cookies, without any expiry date) and i am making ajax requests, now, in my ajax requests, i never get the updated cookie value as i've set in the client using javascript.
so, do ajax requests ignore sending updated cookie values from teh client to the server? or whats the deal with that?
if not, would viewstate which i update on client using javascript be sent to the server between ajax requests? i am developing in asp.net 4.0/vb.net/vs2010