Page 1 of 1

Session Problem

Posted: Wed Aug 23, 2006 6:25 pm
by winsonlee
My current system is running on windows 2000 server.
I face a weird problem where session can only be maintained within the same window.
when i use <a href="abc.php?pid=1" target=_blank>, the next window no longer able to read the session that is established previously.

Will it be due to permission setting ??

coz i tried using session across multiple windows before on winxp platform and it works fine.

Posted: Mon Aug 28, 2006 2:42 pm
by RobertGonzalez
Are you calling the session appropriately from the new window page?