Verified Commit 476a0766 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2526372 by quietone, pwolanin, catch: Improve documentation for cookie...

Issue #2526372 by quietone, pwolanin, catch: Improve documentation for cookie domain in services.yml
parent adb813c5
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ parameters:
    # To maximize compatibility and normalize the behavior across user agents,
    # the cookie domain should start with a dot.
    #
    # Sessions themselves will only be synchronized across subdomains if they
    # are all served from the same Drupal installation or if some other session
    # sharing mechanism is implemented.
    #
    # @default none
    # cookie_domain: '.example.com'
    #
+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@ parameters:
    # To maximize compatibility and normalize the behavior across user agents,
    # the cookie domain should start with a dot.
    #
    # Sessions themselves will only be synchronized across subdomains if they
    # are all served from the same Drupal installation or if some other session
    # sharing mechanism is implemented.
    #
    # @default none
    # cookie_domain: '.example.com'
    #