We should not use CGI::Cookie directly, CGI is using it internally. See also bug 11299 comment 188
Created attachment 114883 [details] [review] Bug 27337: Remove direct use of CGI::Cookie There is only 1 occurrence where there is an explanation about the direct use of CGI::Cookie, in tools/upload-file.pl The others don't seem relevant
This patch will be a nightmare to test...
(In reply to Jonathan Druart from comment #2) > This patch will be a nightmare to test... Agreed. Perhaps it's better to use this as a omnibus bug and do the changes in separate bugs with specific test plans for those pages.