Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
How to implement the remeber me option in login form
Hi,
I am a new of the vaadin framework i have developing our application still going on smoothly i want one requirement for login form set the username and password remember me option implement on login screen, I already ordinary java jsp servlet implement that concept. please help me and idea for vaadin platorm.
I don't any example code for you, but I can push you towards the correct direction.
You'll probably need to create a CheckBox with the "remember me" option. Then when the form is submitted, check the value of the CheckBox. If it is checked, set a cookie using the BrowserCookies add-on.