Forum


Replies: 2   Views: 3034
Embedhtml file and sessions
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by dna  · 10-08-2016 - 00:21

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.