<div dir="ltr"><div>Hi all, finally getting round to posting about this...</div><div><br></div><div>Chrome is going to be deprecating the meta tag for setting cookies... is there a fix in the works for this? Error console throws the following:</div><div><br></div><div>[Deprecation] Setting cookies via `<meta http-equiv='Set-Cookie' ...>` is deprecated, and will stop working in M65, around March 2018. Consider switching to `document.cookie = ...`, or to `Set-Cookie` HTTP headers instead. See <a href="https://www.chromestatus.com/feature/6170540112871424">https://www.chromestatus.com/feature/6170540112871424</a> for more details.<br></div><div><br></div>This is showing for all pages on Xymon 4.3.28 testing through Chrome 64.0.3282.186 which I presume is caused by the following in the head<div><br></div><div><META HTTP-EQUIV="Set-Cookie" CONTENT="pagepath=; path=/"><div><META HTTP-EQUIV="Set-Cookie" CONTENT="host=; path=/"></div><div><br></div></div></div>