jsf - Session bean gets lost on HTTPS-DNS combo -


i have application goes this

f5 load balancer - ihs(a&b) - websphere 7(a&b) - jsf

when try log app via https-dns (which works fine via http) session bean gets lost, i'm out of ideas of possibly causing if access app via https-dns in firefox or chrome bean there , beautiful, bean gets lost (null) in ie7/8.

besides (i dont know if relevant or no) if access via https-ip app works fine in ie7/8.

its worth mentioning have no control on configuration of of layers, im developer , im trying figure out since (obviously) people of layer's support tell me "its not our problem, app" without brief check of conf, despite same ear gets deployed 2 identical environments (dev-testing) , in latter acting weird.

any light on appreciated, thank you.

just let know problem was:

turns out problem session cookie wasnt been stored in ie, , after lot of google magic, found out the dns cannot have underscores on it

and changing dns from

mysite_testing

to

mysitetesting

solved issue.

i couldnt find "official" here links useful.

social msdn a
social msdn b
smartbear
wikipedia rfc


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -