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.
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.