On 19/08/2010 14:02, Caldarale, Charles R wrote:
> 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.

+1

Odds on the session or request is being stored in an instance field in a
servlet somewhere.


p

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

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to