This option doesn´t work, even if checked user needs to login any time when is automatically logged out. That often means multiple times a day which is not very user friendly…
The logout time is managed in the appsettings.json file. It seems this part is missing in the Docker template.
"IdentityServerConfig": {
"PrivateApiAuthentication": "Cookie",
"CookieExpirationMinutes": 60,
"CookieSlidingExpiration": true,
...
}
@jsusen: Can you please have a look at that?
Checking the checkbox causes the login cookie to survive the browser restart. It was decided to remove the feature because it confuses users and no one seems to be using it anyway.