RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Ritesh Singhal
Do you guys have any openings in Xerox ?? Whats the location of the DC ?
And how much they pay?

-Original Message-
From: Oguz Kologlu [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2003 5:34 PM
To: Struts Users Mailing List
Subject: RE: Session beans are shared across multiplae instances of
browsers!


Shilpi,

You should also make sure you are not actually in the same session. If
you use IE and press ctrl-n for a new window you will be in the same
session to the server.

Oz

ps. too funny - you work for xerox!!! ;) well, maybe not
that funny.

-Original Message-
From: Jain, Shilpi [mailto:[EMAIL PROTECTED]
Sent: Monday, 31 March 2003 9:42 PM
To: Struts Users Mailing List
Subject: Session beans are shared across multiplae instances of
browsers!


My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the
other instance. Is this a struts bug or I am doing something wrong!

Shilpi


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Oguz Kologlu
Shilpi,

You should also make sure you are not actually in the same session. If you
use IE and press ctrl-n for a new window you will be in the same session to
the server.

Oz

ps. too funny - you work for xerox!!! ;) well, maybe not
that funny.

-Original Message-
From: Jain, Shilpi [mailto:[EMAIL PROTECTED]
Sent: Monday, 31 March 2003 9:42 PM
To: Struts Users Mailing List
Subject: Session beans are shared across multiplae instances of
browsers!


My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the other
instance.
Is this a struts bug or I am doing something wrong!

Shilpi


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Ritesh Singhal
Shilpi,

If you are opening up the new browser window by pressing CTRL+N then the
session will be shared. To avoid this always open the browser as a new
process from your desktop menu.

Regards
Ritesh 

-Original Message-
From: Jain, Shilpi [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2003 5:12 PM
To: Struts Users Mailing List
Subject: Session beans are shared across multiplae instances of
browsers!


My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the
other instance. Is this a struts bug or I am doing something wrong!
 
Shilpi

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Tumi Mathibedi
how is that possible to share your session bean? is your bean static? 

-Original Message-
From: Jain, Shilpi [mailto:[EMAIL PROTECTED]
Sent: 31 March 2003 01:42
To: Struts Users Mailing List
Subject: Session beans are shared across multiplae instances of
browsers!


My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the other
instance.
Is this a struts bug or I am doing something wrong!
 
Shilpi
“This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on 
this link http://www.vodacom.net/legal/email.asp "

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Mick . Knutson
Stateless session bean are pooled by the container, and reused. So if you define 
globals in your session bean, then everone has access to this. This is _not_ struts, 
this is J2EE.
If you do not want things modified, make them locals instead of globals in the SB.

-Original Message-
From: Jain, Shilpi [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 1:42 PM
To: Struts Users Mailing List
Subject: Session beans are shared across multiplae instances of
browsers!


My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the other
instance.
Is this a struts bug or I am doing something wrong!
 
Shilpi

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Jain, Shilpi
My session beans are getting shared across multiple instances of the
browser. The updation that I do in one instance is reflected in the other
instance.
Is this a struts bug or I am doing something wrong!
 
Shilpi