Default session configuration parameter flushOnResponseCommit
to true
rather than false
#12339
Labels
flushOnResponseCommit
to true
rather than false
#12339
Jetty version(s)
12.1.x
The
AbstractSessionCache/AbstractSessionCacheFactory
config parameterflushOnResponseCommit
is used to determine whether we need to have fully saved the session before the response is returned to the client. The default isfalse
. It may make more sense to default it totrue
so the default is that a session is fully saved before the response is returned to the client.The text was updated successfully, but these errors were encountered: