Clarified cookieMaxAge default

Issue: SPR-15155
This commit is contained in:
Juergen Hoeller
2017-01-17 15:33:30 +01:00
parent 2047f8d5ae
commit 874b653314
2 changed files with 9 additions and 5 deletions

View File

@@ -3518,7 +3518,7 @@ maximum age. Find below an example of defining a `CookieLocaleResolver`.
| The name of the cookie
| cookieMaxAge
| Integer.MAX_INT
| Servlet container default
| The maximum time a cookie will stay persistent on the client. If -1 is specified, the
cookie will not be persisted; it will only be available until the client shuts down
their browser.