Is it possible to keep session active when calling another file on the same server using embedHTML?
If I set session in calling program and do this call:
$html = 'http://' . $_SERVER['HTTP_HOST'] . '/getCustomer.php?ID=12345';
$docx->embedHTML($html, array('isFile' => true));
The target file does not have the session variable.