I've hit a problem with sessions.
If I have a document relying on sessions which has a link target=_blank
then the new window inherits the session from its parent (in IE).
However, if I embed an instance of IE in a VBA form in Excel and click
on the link, the new window doesn't inherit the session.
I have no idea why this should happen at all since both instances of the
browser have access to the same cookies.
Can anyone tell me how to inherit a session like that? I've tried
passing over $PHPSESSID without any success (PHPSESSID is set correctly,
but $_SESSION is empty)
If I have a document relying on sessions which has a link target=_blank
then the new window inherits the session from its parent (in IE).
However, if I embed an instance of IE in a VBA form in Excel and click
on the link, the new window doesn't inherit the session.
I have no idea why this should happen at all since both instances of the
browser have access to the same cookies.
Can anyone tell me how to inherit a session like that? I've tried
passing over $PHPSESSID without any success (PHPSESSID is set correctly,
but $_SESSION is empty)
Comment