Sessions doco update

This commit is contained in:
WalkerWatch 2017-05-30 10:14:27 -04:00
parent 98970f973c
commit c9c284f432
2 changed files with 12 additions and 1 deletions

View File

@ -44,6 +44,11 @@ By default Session files will be saved to this directory.
In addition to adding these modules to the classpath of the server, several ini configuration files were added to the `${jetty.base}/start.d` directory.
____
[NOTE]
Session data is now only loaded when requested.
Previous functionality such as `setLazyLoad` has been removed.
____
==== Configuring File System Session Properties

View File

@ -168,6 +168,12 @@ Here is a comparison of file formats, note that the file contents are listed in
| `maxInactive (long)` |
|===
____
[NOTE]
Session data is now only loaded when requested.
Previous functionality such as `setLazyLoad` has been removed.
____
===== JDBC Sessions