Hi,

I pass an parameter to identify the type user. With this parameter, i define if 
show one page.. or other. Some times the parameter requested, was changed.    

In which I can be failing?


Excuse me for my bad english level.
 
William Enrique Parra Alba
Ingeniero De Sistemas 
Universidad Pedagógica y Tecnológica de Colombia
 

----- Mensaje original ----
De: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Para: Tomcat Users List <users@tomcat.apache.org>
Enviado: martes, 20 de febrero, 2007 17:05:18
Asunto: RE: overlapped parameters between sessions

> 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]







__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

Reply via email to