Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session value of parent window changing with child window

Status
Not open for further replies.

spookie

Programmer
Joined
May 30, 2001
Messages
655
Location
IN
Hi,

I have an application where when user (say user1)logs in the session of the user id gets set and the list of products assigned to him gets displayed.
When user1 clicks on one of the products, the details of the products can be viewed in another window.( i am using target="_new").
Now when in the new window, another user (say user2) logs in,
the user2's id gets set as the session.
Now if user1 refreshes the list of products page assigned to him/her, it shows the list for user2 and not of user1.
is it because the session value of the new window( child window) ?
i mean is it normal or i have to do something abt it ?


--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top