session id
Posted: Thu May 22, 2008 7:59 am
hi,i have a problem.
i have 2 hosts:
(myown host)host B --> page a.php
(other host)host A --> page b.php.
i want session id page on host A.
but i just access host B.
i used this on a.php page on host A:
<iframe
sRc ="http://www.hostB.com"
width="100%">
</iframe>
it shows myown b.php page included a.php ,on host A.
i want get session id of a.page on host A.
i want code like session_id("www.hostB.com/b.php");
how can i get session ID of another website?

i have 2 hosts:
(myown host)host B --> page a.php
(other host)host A --> page b.php.
i want session id page on host A.
but i just access host B.
i used this on a.php page on host A:
<iframe
sRc ="http://www.hostB.com"
width="100%">
</iframe>
it shows myown b.php page included a.php ,on host A.
i want get session id of a.page on host A.
i want code like session_id("www.hostB.com/b.php");
how can i get session ID of another website?
