Topic: Integration's Problem

I do Punbb's Integration with my web site.
PUNBB_ROOT is "/pun/",I can read out the COOKIE in PUNBB_ROOT,but not in DOCUMENT_ROOT.
Why?how to do it?
Thank you!

Re: Integration's Problem

Please, describe the structure of folders on your site and where you want to read cookie

Re: Integration's Problem

The relative document root is "/",forum root is "/pun/".

I have solved this problem by configering with below:

In web site root config file,
Define(PUNBB_ROOT,/pun/);
require PUNBB_ROOT."include/common.php";

Re: Integration's Problem

Can you tell me something about "PUNBB_ROOT"
I am facing some problem related to this error.
I am new here and not sure that i am posting on a right forum or not?