[undertow-dev] response cookies version 1
Edgar Espina
espina.edgar at gmail.com
Thu Feb 19 11:21:48 EST 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20150219/2a05bb51/attachment.html
More information about the undertow-dev
mailing list