Michael,

Thanks for your response.  I recognize the browser/session issue - which
is why I'm having trouble coming up with a good solution for this
particular issue.  =)

Users *will* open up multiple browser windows - and they won't read
documentation saying this is a bad idea.  (Just being realistic.)  So,
all of my beans are request scope except this particular one and a user
tracking bean.  The bean in question has too many parameters (the
numbers change) to make request scope really possible without a great
deal of work, I think.  :(

I had posted a while ago asking how people handled session level objects
and multiple windows, but didn't receive feedback.  Makes me wonder if
this is a really *simple* issue or a really *tough* one.  

-- 
Becky Norum * [EMAIL PROTECTED]
Database Administrator
CenSSIS (Center for Subsurface Sensing and Imaging Systems)
http://www.censsis.neu.edu


On Mon, 2003-02-24 at 09:56, Michael C. Lee Jr. wrote:
> I hate to throw a wrench into things but...
> In IE if you open up a window from your current browser you do share the
> session scope.
> In Netscape, if you open up a whole new browser from the OS, they still
> share session scope. Not sure how this impacts your app but you need to
> consier this too possibly.
> Michael Lee


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

Reply via email to