Chuck, what you say makes sense but I check the behavior on windows. the 
problem is in Linux environment only. I would imagine that tomcat configuration 
might be different on both machines, but have no clue abt configuring tomcat. 
(maybe session cache issue?) I just installed tomcat 6.0.26 on both machines 
with default configurations.

________________________________

From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Thu 19-Aug-10 7:02 PM
To: Tomcat Users List
Subject: RE: Sessions mix-up on Tomcat 6.0.26 on Linux



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




This E-mail is confidential. It may also be legally privileged. If you are not 
the addressee you may not copy, forward, disclose or use any part of it. If you 
have received this message in error, please delete it and all copies from your 
system and notify the sender immediately by return E-mail. Internet 
communications cannot be guaranteed to be timely, secure, error or virus-free. 
MCB Bank does not accept liability for any errors or omissions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to