I have an application that goes like this
F5 load balancer – IHS(a&b) – Websphere 7(a&b) – JSF
When i try to log into my app via https-dns (which works perfectly fine via http) the session bean gets lost, I’m out of ideas of what could possibly be causing this as if you access the app via https-dns in firefox or chrome the bean its there and everything is beautiful, but the bean gets lost (null) in IE7/8.
Besides (i dont know if its relevant or no) if you access via https-ip the app works just fine in IE7/8.
Its worth mentioning that I have no control over the configuration of any of the layers, im just the developer and im trying to figure it out since (obviously) all the people of the layer’s support tell me “its not our problem, its your app” without even a brief check of the conf, despite that the very same EAR gets deployed to two identical environments (DEV-TESTING) and only in the latter is acting weird.
Any light on this will be greatly appreciated, thank you.
Just to let anyone know what the problem was:
Turns out the problem was that my session cookie wasnt been stored in IE, and after a lot of google magic, I found out that the DNS cannot have underscores on it
And changing my DNS from
mysite_testing
to
mysitetesting
solved the issue.
I couldnt find anything “official” but here are some links that could be useful.
Social MSDN A
Social MSDN B
SmartBear
Wikipedia RFC