Session Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
winsonlee
Forum Commoner
Posts: 76
Joined: Thu Dec 11, 2003 8:49 pm

Session Problem

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Are you calling the session appropriately from the new window page?
Post Reply