Hi folks
I've come across session interchanging issue with
struts 1.2 action classes. When i checked in to i could identify that session attribute is defined globally for that action class. I understand unlike struts 2.0 this version generates threaded architecture which is somewhat similar to how
servlet works. Still I can not think of how could this be a problem or what is the relationship in different threads for globally defined and lazily initialized http session where it uses in several action types.
I resolved the problem by defining that inside the action methods. Also note this happens when I execute that action type from two different browsers at a same second. I tried with IE7 and FF3.5 still the results is same (from two different machines as well).
Please clarify this. Thanks in advance.
Charith de Silva