XD-DENG commented on a change in pull request #11970:
URL: https://github.com/apache/airflow/pull/11970#discussion_r520757394
##########
File path: UPDATING.md
##########
@@ -216,6 +216,28 @@ The previous option used a colon(`:`) to split the module
from function. Now the
The change aims to unify the format of all options that refer to objects in
the `airflow.cfg` file.
+#### Unify user session lifetime configuration
+
+In previous version of Airflow user session lifetime could be configured by
+`session_lifetime_days` and `force_log_out_after` options. In practise only
`session_lifetime_days`
+had impact on session lifetime, but it was limited to values in day.
+In Airflow 2.0 we have removed mentioned options and introduced new
`session_lifetime_minutes`
Review comment:
Please also remove "In Airflow 2.0", given in which version we should
include this change is not determined yet. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]