Remove remember me

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Use the glide.ui.forgetme property to remove the Remember Me check box from the login page to prevent login information from being cached.

    More information

    Attribute Description
    Property name glide.ui.forgetme
    Configuration type System Properties (/sys_properties_list.do)
    Category Data protection
    Purpose To ensure that no authentication information is cached.
    Security risk rating 3.5
    Recommended value true
    Default value true
    Functional impact This remediation would change the user experience by automatically logging them out of the instance when their session expires. The session expiration would solely depend on the value set in the system property as detailed in Managing user sessions.
    Security risk (Low) When you select the Remember me check box at login, an extra cookie is stored on the user's computer.
    • Its purpose is to automatically re-establish the session for the subsequent visits of the logged-in user.
    • It poses a security risk as it allows the user session to be active until they deliberately log out. The likelihood of an attack for this scenario increases when the end user has left the browser unattended, or if it is compromised from a different attack.
    References Remove the Remember me check box

    To learn more about adding or creating a system property, see Add a system property