mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
May help session subdomain issues.
This commit is contained in:
@@ -441,7 +441,8 @@ class e_session
|
||||
if (empty($this->_options['domain']))
|
||||
{
|
||||
// MULTILANG_SUBDOMAIN set during initial language detection in language handler
|
||||
$this->_options['domain'] = deftrue('MULTILANG_SUBDOMAIN') ? '.'.e_DOMAIN : '';
|
||||
$doma = ((!e_SUBDOMAIN || defsettrue('MULTILANG_SUBDOMAIN')) && e_DOMAIN != FALSE) ? ".".e_DOMAIN : FALSE; // from v1.x
|
||||
$this->_options['domain'] = $doma;
|
||||
}
|
||||
|
||||
if (empty($this->_options['path']))
|
||||
|
Reference in New Issue
Block a user