When I pass session variables from A to B, the session persistence seems to be ok, I'm getting all the values and everything looks great. When I pass these values from B to C it seems some of these session variables are missing..
I'm working with WebSphere and the weird thing it is working in a specific server and in other it is not working.
I think it could probably be a session persistence configuration issue but I can't find the source of this problem...
Do someone know, or maybe have experience this kind of problem?
Thank you
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
couldn't understand. your passing A to B and then B to C. just place it in your session. and then get it from any of your jsp or servlet. isn't it.