mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 13:47:14 +00:00
This adds a `saveCookies` boolean flag to ApiClient. If set to true, the client will save and return cookies to the server. This is useful for supporting @SessionScoped beans in Java servers. Works both in Node.js desktop apps, and in the browser.