Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
237 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting to know app services, have setup a simple php app with custom domain and db access - all good. BUT PHP cannot set a cookie - what do I need to do to make this work? Same code sets cookies om my local dev env.
Thanks.
@I cannot create a managed database - why? Cookies are actually set in the browser when a response contains the Set-Cookie. So as long as your PHP code is setting the header, the browser should store the cookie.
Ensure you are setting the right domain attribute, if you are passing one.