Hi there,
I'm using custom providers to get and set cookies. This has worked fine up to the latest AjaxManager and AjaxPanel. With the latest If we try updating our cookie collection on an AjaxRequest we get this error below. Does anyone know of a workaround for this issue? I've tried this .config setting but no luck so far. Thanks for any help.
Setting we tried:
<roleManager enabled="true" defaultProvider="WebServiceProvider" cacheRolesInCookie="false">
"Server cannot modify cookies after HTTP headers have been sent."
I'm using custom providers to get and set cookies. This has worked fine up to the latest AjaxManager and AjaxPanel. With the latest If we try updating our cookie collection on an AjaxRequest we get this error below. Does anyone know of a workaround for this issue? I've tried this .config setting but no luck so far. Thanks for any help.
Setting we tried:
<roleManager enabled="true" defaultProvider="WebServiceProvider" cacheRolesInCookie="false">
"Server cannot modify cookies after HTTP headers have been sent."