Hi
I have come across a problem with a session being shared across 2 browser windows. This is happening in Safari and Firefox but not in IE.
To create the problem I do the following:
1: Open 2 instances of Firefox
2: Login on both instances as the same user
3: Go to page that is looking at a specifc row data. For example in 1 instance is looking at product X and the other looking at product Y. This will have set a session variable for each instance to X and Y accordingly.
But, the session variable has the value of whichever product I looked at last.
Has anybody else had this problem?
The code is very simple literally: Session["xyz"] = "12345";
Cheers
Rob
I have come across a problem with a session being shared across 2 browser windows. This is happening in Safari and Firefox but not in IE.
To create the problem I do the following:
1: Open 2 instances of Firefox
2: Login on both instances as the same user
3: Go to page that is looking at a specifc row data. For example in 1 instance is looking at product X and the other looking at product Y. This will have set a session variable for each instance to X and Y accordingly.
But, the session variable has the value of whichever product I looked at last.
Has anybody else had this problem?
The code is very simple literally: Session["xyz"] = "12345";
Cheers
Rob