---
title: "Important: #89869 - Change lockIP default to disabled for both frontend and backend"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-89869"
source: "Changelog/10.3/Important-89869-ChangeLockIpDefaultToDisabled.rst"
typo3-version: "10.3"
typo3-major: 10
type: "important"
issue: 89869
forge: "https://forge.typo3.org/issues/89869"
tags: ["Backend", "Frontend"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Important: #89869 - Change lockIP default to disabled for both frontend and backend {#important-89869}

See [forge#89869](https://forge.typo3.org/issues/89869)

## Description {#description}

The default setting for the lockIP settings has been changed to disabled. This affects the following four settings:

-   FE->lockIP
-   FE->lockIPv6
-   BE->lockIP
-   BE->lockIPv6

While the lockIP feature helps to protect user sessions in some scenarios, the feature also breaks many usage scenarios.
In particular the feature causes random session loss with IPv6 usage because of the Happy eyeballs/Fast fallback algorithm, which causes clients
with IPv6 and IPv4 address support to arbitrarily change between IPv4 and IPv6 based on which connection is established first.

Anyone considering re-enabling lockIP, should be be sure to evaluate any potential issues first, especially when using it with IPv6.
