j***@usmint.treas.gov
2006-11-14 21:55:36 UTC
I am having an issue when one user logs in simultaneously from two different browsers (IE). In our development environment which is working properly, if you log into browser A, then log into browser B, then click to a secured (https) page in browser A the URL of the browser says:
https://development/webapp/wcs/stores/servlet/Logoff?cf=err
and you are displayed the CookieErrorView - which is correct.
In integration, the URL of the browser says:
http://integration:443/webapp/wcs/stores/servlet/Logoff?cf=err
but you are not displayed the correct page. Sometimes you see what looks like a Websphere invalid cookie page, and sometimes you get the CookieErrorView but with several missing images and broken links.
Our integration site has several web servers and app servers and I am thinking that the whole ":443" thing instead of "https" could be causing the issue. How can I change this redirect so that it redirects to "https" and not ":443"?
https://development/webapp/wcs/stores/servlet/Logoff?cf=err
and you are displayed the CookieErrorView - which is correct.
In integration, the URL of the browser says:
http://integration:443/webapp/wcs/stores/servlet/Logoff?cf=err
but you are not displayed the correct page. Sometimes you see what looks like a Websphere invalid cookie page, and sometimes you get the CookieErrorView but with several missing images and broken links.
Our integration site has several web servers and app servers and I am thinking that the whole ":443" thing instead of "https" could be causing the issue. How can I change this redirect so that it redirects to "https" and not ":443"?