How to delete remember me Cookie with Vaadin 23

image.png

seems like i have to do the cookie configuration AFTER calling super() and after calling setLoginView()

Well now you are overwriting the defaults done in super.configure() with your values - you should know what you are doing if you do it.