Hi,

 Expires attribute isn't set when cookie version = 1. For example:

  cookie.setMaxAge(60);

 Includes a correct Max-Age attribute but the Expires attributes is missing. I believe the Expires attribute is optional when max-age is set, but I also think some legacy browsers (ie <=8) ignore the Max-Age attribute too.

Should undertow set the Expires attribute when version = 1?

Thanks. 

--
edgar