Jo

Greenhorn
+ Follow
since Jun 16, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jo

Hi Erick,
Could you send me the code snippets?
Thanx in advance,
21 years ago
Background: we are using session variables in our enterprise java application running Weblogic application server.
Issue: When we have more than one browser open in the same PC there is session variable conflict.
Example:
1) Variable v1 of browser b1 has state X.
2) We open browser b2 and run the application, the variable v1 has session Y.
3) We come back to browser b1. We notice that v1 has state Y, we are whereas expecting it to be X.
Question:
How do we maintain the various instances of session variables when using multiple browsers from a single PC?

N.B. But this is not an issue when we check the application from multiple PCs each with a single browser open.
21 years ago