Florian Bütler
Florian Bütler
### Version 4.5.8 ### Context We are using the `SessionHandler` together with an `AuthenticationHandler`. #### Expected If `destroy()` is called on a `Session`, we'd expect a session to be deleted...
### Version 4.5.8 ### Context The current API of the [SessionHandler](https://github.com/vert-x3/vertx-web/blob/4.5.8/vertx-web/src/main/java/io/vertx/ext/web/handler/SessionHandler.java) does not support setting the domain attribute of the session cookie. If the web server is serving multiple hosts,...
Motivation: Backport of https://github.com/vert-x3/vertx-web/pull/2687 (Also see #https://github.com/vert-x3/vertx-web/issues/2686)
Motivation: Fixes #2686