Clarified cookieMaxAge default

Issue: SPR-15155
(cherry picked from commit 874b653)
This commit is contained in:
Juergen Hoeller
2017-01-17 15:33:30 +01:00
parent 6deccf123d
commit 315698b50e
2 changed files with 9 additions and 6 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.