鲜艳天空

文章
4
资源
0
加入时间
3年0月20天

JAVA中Cookie MaxAge属性及其使用

API文档中对MaxAge的描述:public void setMaxAge(int expiry)Sets the maximum age of the cookie in seconds.A positive valueindicates that the cookie will expire after that many seconds have passed. Note that the value is the maximum age when the cookie will ex.