如果想要设置当前Cookie的生存期限为24小时,以下代码正确的是
setMaxAge(86400);
setMaxAge(1440);
getMaxAge(86400);
getMaxAge(1440);