have a few web applications I’ve written. We are centralizing the login which will be a login portal. All the web applications are Java based (JSP, Java Beans, Weblogic Server). I have a strange issue. I’ll try to describe best I can via e-mail.
My login portal application runs under its own Weblogic Domain on port 10001. I have another application in its own domain on port 6001. I open the app on port 10001 in one browser and set its session. This application has a menu to launch the application on port 6001. When the application on port 6001 is launched, it is launched it a new browser window and its session is created. For some reason, in the original browser window (the login portal application on port 10001 loses it’s session). I’m not sure why since the application on port 6001 is launched in a new browser. I’m thinking it may be some Weblogic setting.
Here are the steps taken:
Step 1. I open my web app on domain 10001 in Internet explorer
This web app is a gateway to other webapps
Step 2. I login to web app on 10001 and set session variables
Step 3. I bring up a menu in web app 10001
Step 4. I choose another web app from menu. This launch a NEW Internet
Explorer browser. This new web app is on port 6001. Here I
Understand I need to establish the session since it's new port
And domain.
Why does the 10001 web app's session get dropped since I never closed the first Internet explorer browser with web app 10001. To me this session should not have been dropped since the browser was never closed and web app 6001 was brought up in a new browser. Does anybody have an answer/solution.
My login portal application runs under its own Weblogic Domain on port 10001. I have another application in its own domain on port 6001. I open the app on port 10001 in one browser and set its session. This application has a menu to launch the application on port 6001. When the application on port 6001 is launched, it is launched it a new browser window and its session is created. For some reason, in the original browser window (the login portal application on port 10001 loses it’s session). I’m not sure why since the application on port 6001 is launched in a new browser. I’m thinking it may be some Weblogic setting.
Here are the steps taken:
Step 1. I open my web app on domain 10001 in Internet explorer
This web app is a gateway to other webapps
Step 2. I login to web app on 10001 and set session variables
Step 3. I bring up a menu in web app 10001
Step 4. I choose another web app from menu. This launch a NEW Internet
Explorer browser. This new web app is on port 6001. Here I
Understand I need to establish the session since it's new port
And domain.
Why does the 10001 web app's session get dropped since I never closed the first Internet explorer browser with web app 10001. To me this session should not have been dropped since the browser was never closed and web app 6001 was brought up in a new browser. Does anybody have an answer/solution.