Yawar Saeed Khan/ITG/Karachi wrote:
>
> I have developed a web application using jsp and servlets with 
> oracle database.
>
> The application is working fine on windows,

Or at least running on that platform hasn't uncovered the latent bugs in your 
webapp.

> but the problem arises when we deploy it on Linux(64bit),
> 
> we get session issues in the application.
> The session variables get mixed up and we can see previously 
> logged user's profile page.

This happens frequently for applications that misuse scope, doing such things 
as storing the request or response object in the session or some ThreadLocal 
field.  It has never been shown to be an issue in a stable version of Tomcat.

  - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to