Ever since the change to where all authentication must be through Mailcow’s login system, (which went amazingly smooth, by the way) my users have been complaining that their authentication is only valid for a single day, and they have to login each time. Previously, the SoGo login would last maybe a week or so, maybe longer before expiring, and requiring a re-login.
I took a look, and the cookies are set with “max-age” of “session”, which is what I am assuming is doing this.
Is there a way I can change the validity of the login? I skimmed through the config files I thought would be related and didn’t see anything that seemed like it would be related.
I forgot to add, this is with local, Mailcow-based Identities. No external IDP is involved.
I forgot to add, this is with local, Mailcow-based Identities. No external IDP is involved.