I’m upgrading from an old PHP API (5.3) to the latest (8.4) and using the PHP quickstart to help me.
But I’m getting the following response:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
after making this call:
header("Location: " . $auth0->login(ROUTE_URL_CALLBACK));
It seems that there are a lot of cookies being set:

Is this the usual behaviour or have I done something wrong?