Should the website automatically save on logout

We have a website where user needs to fill out a long application form.

Currently when the user navigates through the different pages of the form, we automatically save their progress and the user has access to a save button on every page.

The user is able to log out and log in at any time.

Question is, should the site automatically save the page when user clicks logout? What would the user expect?