> From: WILLIAM PARRA [mailto:[EMAIL PROTECTED] > Subject: overlapped parameters between sessions > > When passing parameters with get metod, with many > users (about 200); some parameters, are overlapped > between sessions.
If you're speaking of parameters taken from a URL, they are relative to a Request, not a Session. There can be many Requests associated with a single Session being processed concurrently. If you app is storing Request-specific information in a Session object, your app is in error. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]