I can\'t retrieve cookie maxage it always returns -1
Creating cookie:
Cookie securityCookie = new Cookie(\"sec\", \"somevalue\"); securityCookie.setMaxAg
The API says that -1 means until browser is running:
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown
What is the value of EXPIRATION_TIME constant?