I have a website that contains some parameters as session parameters.
I want to enable users to be able to open multiple browser windows in their PCs and register multiple sessions so they will have one window with session parameters set to certain values and another window with session parameters set to other values.
Right now, when I open multiple Browsers, the session parameters all get mixed up. For example, the values for session 1 in Browser 1 is transferred to session 2 in Browser 2.
I am using PHP 4.3.1 and IE 5.5 or higher for Browser.
Does anyone have any method to be able to implement something like this?
Thanks