You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/05 07:07:02 UTC

[GitHub] [airflow] acaire commented on a change in pull request #9151: Allow setting session cookie name

acaire commented on a change in pull request #9151:
URL: https://github.com/apache/airflow/pull/9151#discussion_r435728425



##########
File path: airflow/config_templates/default_airflow.cfg
##########
@@ -468,6 +468,9 @@ cookie_secure = False
 # Set samesite policy on session cookie
 cookie_samesite =
 
+# Set session cookie name
+cookie_name =

Review comment:
       Let me know if you'd prefer:
   ```suggestion
   cookie_name = session
   ```




----------------------------------------------------------------
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:
users@infra.apache.org