Hi List, I am facing a problem of session intermittent in Strut2.In Distributed environment
when user A login and at the same time when user B login .The information are sharing .I tried but did not find the solution. Even the session Id are creating different for each user. I am setting the session as : Map session = ActionContext.getContext().getSession(); session.put("loginDetails", user); Please tell me where i am wrong. Please help me.