Hello,
We have a setup where we want to publish domino webmail through the WAP service.
When we use Apache reverse proxy al works correct. user goes to mail.domain.com then adfs kicks in sets the cookie user gets redirected to mail.domain.com and then to their home server. mail1.domain.com or mail2.domain.com the Domino application sets a cookie .domain.com so thats ok and can be used by al servers.
but if we publish it throuhg WAP. WAP changes the domain of the cookie. it sets it to mail.domain.com so when users gets redirected to their home server mail1.domain.com or mail2.domain.com it gives an error. becasue the domino ltpa token cookie is not server for that domain.
If I edit the cookie back to .domain.com in Chrome it works fine.
How to prevent WAP from changing the cookie domain ?
Thanks in advance