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.
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
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.
>
>
> --
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
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
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
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
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=?"
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/
Hi,
I used SessionAware interface .Still i am facing the same problem.
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
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
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
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
14 matches
Mail list logo