Set default cookie expiry date when using omniauth
Currently zammad will only set the cookie expiration date if the user checks the remember me button. This button is not available when using only other authentication options such as SAML which forces users to be signed out every time they close their browser.
This should be set to match what it is in the session timeout for the user is when they login via omniauth.
My implementation of this feature is provided here.