J
John Grandy
Is anyone finding that cookies added to the Response.Cookies collection
within pages which contain an UpdatePanel do not exist in the
Request.Cookies collection when the page is posted back ?
These should be complete page postbacks not partial postbacks, because the
postback in question is not triggerred by a control inside the UpdatePanel
(nor is it a trigger control for an UpdatePanel), but, not knowing all the
details of how AJAX works, perhaps it is possible that XmlHttpRequest is
handling the postback even in this case and does not handle Cookies properly
....
within pages which contain an UpdatePanel do not exist in the
Request.Cookies collection when the page is posted back ?
These should be complete page postbacks not partial postbacks, because the
postback in question is not triggerred by a control inside the UpdatePanel
(nor is it a trigger control for an UpdatePanel), but, not knowing all the
details of how AJAX works, perhaps it is possible that XmlHttpRequest is
handling the postback even in this case and does not handle Cookies properly
....