Hi, Put your bean into servlet context when it's instanciated with the first client. Then get it out of ServletContext when you want the other client to use it.
Hope it helps -reynir > -----Original Message----- > From: Michael Ni [mailto:[EMAIL PROTECTED] > Sent: 21. mars 2003 13:44 > To: [EMAIL PROTECTED] > Subject: questions on instances of java beans > > > if browser A has made an instance of my javabean of session > scope, how does > browser B from another computer use the same instance of that > javabean. in > otherwords i want to have different browsers use a session > bean like an > application scope bean. > > mike > > > > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > --------------------------------------------------------------------- > 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]
