My website functionality is broken on Edge (Especially login) and I was told it has something to do with the session.cookie_lifetime
. I would appreciate any help re
session.cookie_lifetime This value (default 0, which means until the browser's next restart) defines how long (in seconds) a session cookie will live. This value indirectly defines the "absolute" maximum lifetime of a session, whether the user is active or not. If this value is set to 60, every session ends after an hour.