Nexus Set Cookie, Http only, same site etc

Need help on changing this nexus jetty-https.xml file to this following specifications.

  1. Set settings on this specific cookie

e.g.: Set-Cookie: < cookie-name >=< cookie-value >; secure; HttpOnly; SameSite= ‘Lax’ or ‘Strict’

  1. Set settings on this specific cookie with age.

e.g.: Set-Cookie: < cookie-name >=< cookie-value >; secure; HttpOnly; max-age=9999; SameSite= ‘Lax’ or ‘Strict’.

—Shown below is the current “jetty-https.xml” please let me know for updates on changing this to the specifications required shown above—