Remember me
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Platform Security
When the Remember me check box is selected at login, a cookie is stored on the user's computer. This cookie automatically authenticates the user upon subsequent visits.
If the user logs out, the cookie is destroyed. The default value of the Remember me check box is controlled by one property, and whether or not the check box appears on the login page is controlled by a different property.
Two properties, glide.ui.user_cookie.life_span_in_days and glide.ui.user_cookie.max_life_span_in_days control the glide_user system generated cookie expiration value. When a user accesses an instance with 'remember me' enabled, the access resets the cookie expiration period until the maximum (glide.ui.user_cookie.max_life_span_in_days) life span limit is reached.
Change the default value of the Remember me check box
You can change the default value of the Remember me check box.
Before you begin
Role required: admin
Procedure
- Navigate to .
- Locate the Default value of "Remember me" checkbox on login page property (glide.ui.remember.me.default).
- To set the default value of the Remember me check box to No, clear the property check box.
- To restore the default value of the Remember me check box to Yes, select the property check box.
Remove the Remember me check box
You can remove the Remember me check box so users do not have access to this feature.
Before you begin
Procedure