where is the information they are sharing located?
Chris -----Original Message----- From: Struts Two <[email protected]> To: Struts Users Mailing List <[email protected]> Sent: Sun, Aug 23, 2009 10:05 am Subject: Re: Intermittent Session Problems in Strut2. Do you log in to the system from two different client machines or you log in to both accounts using tabs of a same browser IE or firefox ? --- On Sun, 8/23/09, pankaj semwal <[email protected]> wrote: > From: pankaj semwal <[email protected]> > Subject: Intermittent Session Problems in Strut2. > To: [email protected] > Received: Sunday, August 23, 2009, 6:04 AM > 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. > __________________________________________________________________ Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

