-----Original Message----- From: Venkat Kolla [mailto:[EMAIL PROTECTED] Sent: 15 June 2004 14:07 To: [EMAIL PROTECTED] Subject: Pls Pls Help Create different sessions in parent and child windows using same action. Importance: High
Hi, I have a very serious problem with my application. I have 3 Modules which use the same JSP pages in all those modules. Say Mod1, Mod2, Mod3. I have a security screen where the user clicks on Mod1 and Mod1 is opened and the session is invoked from the request object of security module. Using that session I add some attributes which change the behaviour of the pages for tht module. The same attributes get changed when Mod 2 is called and some of them again change when Mod3 is invoked. My problem is that when User opens Mod1 and he is doing some work to it and he goes back to the security module and opens Mod2 then the session variables change to Mod2. and at this point of time if I go back to Mod1 then application behaves indifferently because Mod1 session values have been changed to Mod2 session values and in this case the whole application fails. Can anyone help me on how can i fix this problem Please do Help. Thanks in Advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]