global $cookie_domain
Same name and namespace in other branches
- 6.x documentation-6.x/developer/globals.php \cookie_domain
The domain to be used for session cookies.
Cookie domains must contain at least one dot other than the first (RFC 2109). For hosts such as 'localhost' or an IP Addresses the cookie domain will not be set.
See also
Archivo
- documentation-7.x/
developer/ globals.php, line 56 - These are the global variables that Drupal uses.
Código
global $cookie_domain;