[Opensource] !validation

Philip J Brown philip.brown at platinumsolutions.com
Tue Sep 17 06:17:17 PDT 2002


Mahesh,

Geeta's response also highlights another issue that could be causing
your problem.  In the current releases of Expresso, you should avoid the
use of class variables to store user-specific information.  If you use
class variables in your servlets, then you will see the types of
problems that you are experiencing.  Use local variables instead.

I hope this helps.

         -Phil


On Mon, 2002-09-16 at 14:22, Geeta Ramani wrote:
> Hi Mahesh: You must have a threading problem. Check  to see that your connection
> object isn't being shared by more than one user (for example, you should not
> declare a connection object as a class variable in your servlet.)
> 
> Regards,
> Geeta
> 
> maheshwar reddy wrote:
> 
> > Hi
> > I have a problem which is occuring frequently. When i am updating a record i
> > have two session fields which has to be updates the records. But some time
> > the value from the sessions is taken from some other user. I having this
> > problem from last one month.
> > When a user update the data of another uses it has been update to third user
> > using the sessions. Please find out some solution so that session date has
> > to bee taken rightly.
> > mahesh
> >
> > _________________________________________________________________
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> > _______________________________________________
> > Opensource mailing list
> > Opensource at jcorporate.com
> > http://mail.jcorporate.com/mailman/listinfo/opensource
> > Archives: http://mail.jcorporate.com/pipermail/opensource/
> 
> _______________________________________________
> Opensource mailing list
> Opensource at jcorporate.com
> http://mail.jcorporate.com/mailman/listinfo/opensource
> Archives: http://mail.jcorporate.com/pipermail/opensource/
> 





More information about the Opensource mailing list