1.. include:: ../../Includes.txt
2
3===================================================================================
4Important: #89869 - Change lockIP default to disabled for both frontend and backend
5===================================================================================
6
7See :issue:`89869`
8
9Description
10===========
11
12The default setting for the lockIP settings has been changed to disabled. This affects the following four settings:
13
14- FE->lockIP
15- FE->lockIPv6
16- BE->lockIP
17- BE->lockIPv6
18
19While the lockIP feature helps to protect user sessions in some scenarios, the feature also breaks many usage scenarios.
20In particular the feature causes random session loss with IPv6 usage because of the Happy eyeballs/Fast fallback algorithm, which causes clients
21with IPv6 and IPv4 address support to arbitrarily change between IPv4 and IPv6 based on which connection is established first.
22
23Anyone considering re-enabling lockIP, should be be sure to evaluate any potential issues first, especially when using it with IPv6.
24
25.. index:: Backend, Frontend
26