I'm writing an app in which I want to allow users to open 2 or more instances of the application. I don't however want session variables to carried over from one instance to another. When I open another instance in IE using the file/new/window option in the menubar, the session variables are preserved so I want to disable the menu bar throughout the application and force users to use desktop shortcuts instead.
My question is, How do I desable the menubar through the whole application.
My question is, How do I desable the menubar through the whole application.