Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default session configuration parameter flushOnResponseCommit to true rather than false #12339

Closed
janbartel opened this issue Oct 2, 2024 · 1 comment
Assignees

Comments

@janbartel
Copy link
Contributor

Jetty version(s)
12.1.x

The AbstractSessionCache/AbstractSessionCacheFactory config parameter flushOnResponseCommit is used to determine whether we need to have fully saved the session before the response is returned to the client. The default is false. It may make more sense to default it to true so the default is that a session is fully saved before the response is returned to the client.

@janbartel
Copy link
Contributor Author

Fixed by #12344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant