Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Session/SessionConfiguration.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
104 | 104 |
105 /** | 105 /** |
106 * Return the session cookie domain. | 106 * Return the session cookie domain. |
107 * | 107 * |
108 * The Set-Cookie response header and its domain attribute are defined in RFC | 108 * The Set-Cookie response header and its domain attribute are defined in RFC |
109 * 2109, RFC 2965 and RFC 6265 each one superseeding the previous version. | 109 * 2109, RFC 2965 and RFC 6265 each one superseding the previous version. |
110 * | 110 * |
111 * @see http://tools.ietf.org/html/rfc2109 | 111 * @see http://tools.ietf.org/html/rfc2109 |
112 * @see http://tools.ietf.org/html/rfc2965 | 112 * @see http://tools.ietf.org/html/rfc2965 |
113 * @see http://tools.ietf.org/html/rfc6265 | 113 * @see http://tools.ietf.org/html/rfc6265 |
114 * | 114 * |