Hi All,We have single singn on enabled on domino server. when we sign in regularly it creates LtpaToken cookie with host = .xyz.com
But when I set force to change password HttpForceChangePassword = 1, to force user to change password while login it creates LtpaToken cookie with host = abc.xyz.com where abc is host name and after changing password it creates one more LtpaToken with host=.xyz.com
When I logout one token get deleted and another token remains their which creates problem i.e. user remains logged in. Please tell me what configuration I have to change to sove this problem.
Thanks in advance.