Are you talking about different browser "windows" or just new "tabs" in the same browser? Perhaps try an application scoped variable that tests the current user, allowing only one instance of the user to operate the app.
-----Original Message----- From: Maya menon [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 12:52 PM To: user@struts.apache.org Subject: General question I have a struts based J2ee app which displays data from DB in the results.jsp page. For DB data access, I use a DAO which returns a serialized object. This serialized object, I set it to request object using setAttribute and retrieve it using <bean:write> tag i n jsp page. My question is: if users try to open another window and do simultaneous tasks, how can I avoid same user from working in two or more different windows in a Struts based j2ee application ? Any thoughts.. --------------------------------- Everyone is raving about the all-new Yahoo! Mail beta. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]