Sessions doco update
This commit is contained in:
parent
98970f973c
commit
c9c284f432
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue