isSecure() ? 'SSESS' : 'SESS'); $this->sessionName = $prefix . substr(hash('sha256', $data), 0, 32); } /** * Returns the session name in use on the child site. * * @return string * The name of the session cookie. */ protected function getSessionName() { return $this->sessionName; } }