RE: Intermittent Session Problems in Strut2.

2009-09-15 Thread John Liptak
rmittent session problems come when our application runs on proxy > servers. > Even i put the cache remove tags in jsp. > > Still same problem i am facing. > > Thanks > > -- View this message in context: http://www.nabble.com/Intermittent-Session-Problems-in-Strut2.

Re: Intermittent Session Problems in Strut2.

2009-09-10 Thread j alex
avail. > > Any pointers will be greatly appreciated. > > Thanks > > Rohan > > > > > > > > pankaj semwal wrote: > >> > >> Intermittent session problems come when our application runs on proxy > >> servers. > >> Even i put the cache remove tag

Re: Intermittent Session Problems in Strut2.

2009-09-09 Thread Paweł Wielgus
am facing. >> >> Thanks >> >> > > -- > View this message in context: > http://www.nabble.com/Intermittent-Session-Problems-in-Strut2.-tp25100607p25376314.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --

Re: Intermittent Session Problems in Strut2.

2009-09-09 Thread rohansd
s come when our application runs on proxy > servers. > Even i put the cache remove tags in jsp. > > Still same problem i am facing. > > Thanks > > -- View this message in context: http://www.nabble.com/Intermittent-Session-Problems-in-Strut2.-tp25100607p25376314.ht

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
Intermittent session problems come when our application runs on proxy servers. Even i put the cache remove tags in jsp. Still same problem i am facing. Thanks

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread Dave Newton
pankaj semwal wrote: private boolean isUserExist() { Connection con = null; boolean result = false; try { con = ConnectionFactory.getConnection(); > String sqlQ = "SELECT * FROM USER_MASTER WHERE LOGIN_ID=?" + "AND PASSWORD=? AND ROLE=? AND S

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread musomesa
Where is the information that is being shared? Your problem might have nothing to do with authentication. Chris -Original Message- From: pankaj semwal To: Struts Users Mailing List Sent: Mon, Aug 24, 2009 10:15 am Subject: Re: Intermittent Session Problems in Strut2

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
In my LoginAction i am setting the session as private boolean isUserExist() { Connection con = null; boolean result = false; // MD5Util MD5=new MD5Util(); try { con = ConnectionFactory.getConnection(); String sqlQ = "SELECT * FROM USER_MASTER WHERE LOGIN_ID=?"

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread Lukasz Lenart
2009/8/24 pankaj semwal : >  I used SessionAware interface .Still i am facing the same problem. It means, the problem is somewhere else. Without code is hard to guess Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

Re: Intermittent Session Problems in Strut2.

2009-08-24 Thread pankaj semwal
Hi, I used SessionAware interface .Still i am facing the same problem.

Re: Intermittent Session Problems in Strut2.

2009-08-23 Thread musomesa
where is the information they are sharing located? Chris -Original Message- From: Struts Two To: Struts Users Mailing List 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

Re: Intermittent Session Problems in Strut2.

2009-08-23 Thread Struts Two
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 wrote: > From: pankaj semwal > Subject: Intermittent Session Problems in Strut2. > To: user@struts.a

Re: Intermittent Session Problems in Strut2.

2009-08-23 Thread Lukasz Lenart
2009/8/23 pankaj semwal : > Please tell me where i am wrong. You should use SessionAware interface instead (if you're doing that in action) and the problem probably is in some other place, you must have some global instance variable. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.l

Intermittent Session Problems in Strut2.

2009-08-22 Thread pankaj semwal
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 e