I read in my Servlets book that you should synchronize data that is shared between multiple servlets.
An example of this would be if two servlets were to modify the user's session object at the same time. (Meaning that one user has 2 browser windows open accessing 2 different servlets which are both modifying the same session object) Without synchronization it is possible that this may result in a session object in an invalid state (since it is being modified by both threads) Is there anyway to recreate/test this functionality with JMeter so that it may be tested? Thank you, Andrew J. Leer -- View this message in context: http://www.nabble.com/Simulating-2-Browser-Windows-with-the-same-tf3202830.html#a8893588 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

