In the 'AuthenticationOptions', If i set true the propperty "RememberLastUsername", the username is always autocomplete with the previous username that i wrote in the login form. If i set the property to false, the username never remember the last username i wrote in the login form.
What i want is that login form can to remember the previous userName i wrote if i checked the "remember me" option in the login form, if i do not check that option i do no want that username is remembered next time i will log in.
It is possible with the identityServer properties?
thanks in advance