The UUID in the cookie might be from a Docker application. When the cookie contains a UUID, starting any virtual machine results in an error: 'Domain not found: no domain with matching uuid 'uuid''. Upon inspecting the code, it was found that the UUID is obtained through unscript(_var($_REQUEST,'uuid')). Is it possible to filter out the value of the cookie?