I need to write an application which opens multiple browser windows and each window needs to be able to work with his own values for different variables without mixing up the values between the different windows.
I did find already a lot on the net but nothing concrete I can use.
To give a bit more info. A page for customer details need to be opened in a seperate browser window and from here the session variables need to be set for this specific customer. In an other window the same variables need to be set but with other variables for another customer.
Thanks already for the help
I did find already a lot on the net but nothing concrete I can use.
To give a bit more info. A page for customer details need to be opened in a seperate browser window and from here the session variables need to be set for this specific customer. In an other window the same variables need to be set but with other variables for another customer.
Thanks already for the help
Comment