posted 15 years ago
Hi,
Actually i am getting a problem.When our application run in different machines.
Some times its show the information of other user.
When the user login i set the session as :
Map session = ActionContext.getContext().getSession();
session.put("loginDetails", user);
where user is my DTO class Object.
Can you tell me where i am wrong.
Thanks