Re: Sessions Problems...........

2001-09-28 Thread Stephen Davidson
That would be the place to start. Unlike C/C++ where the keyword static denotes a private variable, a static variable in Java is shared among all instances of the class. This includes instances of subclasses. So if one instance of a class changes the value of a static variable, all the other

Sessions Problems...........

2001-09-28 Thread Rajiv R
We see when 2 ppl login at the same time, we see that one persons data get reflected in the others. !!! this happens only in module and not in the others this module which gives probs, we have used some static variables... is that the reason ? thanx With Regards,Rajiv.