Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honor remember_login_cookie_lifetime #13747

Merged

Commits on Jan 23, 2019

  1. Honor remember_login_cookie_lifetime

    If the remember_login_cookie_lifetime is set to 0 this means we do not
    want to use remember me at all. In that case we should also not creatae
    a remember me cookie and should create a proper temp token.
    
    Further this specifies that is not 0 the remember me time should always
    be larger than the session timeout. Because else the behavior is not
    really defined.
    
    Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
    rullzer committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    e6333c8 View commit details
    Browse the repository at this point in the history