I'm not sure I follow. I'm useing response to set the cookie and request to read it. Are you saying that is incorrect?
I believe the issue is that the request has alreday occured - when the page loaded. So any change I make to the cookie will not be available until the page is refreshed - e.g. the server gets a another request from the browser, thereby giving the new value
back to the server.
jypelton
Member
153 Points
154 Posts
Re: Cookie not updated until refresh
Apr 23, 2012 04:34 PM|LINK
Thank you bruce.
I'm not sure I follow. I'm useing response to set the cookie and request to read it. Are you saying that is incorrect?
I believe the issue is that the request has alreday occured - when the page loaded. So any change I make to the cookie will not be available until the page is refreshed - e.g. the server gets a another request from the browser, thereby giving the new value back to the server.