How long do users stay logged in if they DON’T check remember me?
Take a look at the source: 832 if ( $remember ) { 833 /** 834 * Filter the duration of the authentication cookie expiration period. 835 * 836 * @since 2.8.0 837 * 838 * @param int $length Duration of the expiration period in seconds. 839 * @param int $user_id User ID. 840 * @param … Read more