User application Login screen - Remember my Login

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?