Don't send all pagetree cookies when loading pagetree
Description
We currently put all sv-pagetree cookies in the request header when requesting the pagetree. When there are many of those cookies, this results in an IllegalArgumentException (Request header is too large) and therefore in the "error loading children" error.
We should only send the cookie for the current space.
We currently put all sv-pagetree cookies in the request header when requesting the pagetree.
When there are many of those cookies, this results in an IllegalArgumentException (Request header is too large) and therefore in the "error loading children" error.
We should only send the cookie for the current space.