Page created: 12 Sep 2019
|
Page updated: 19 Mar 2020
PingFederate identifies sessions by their respective PF cookie. By default, the PF cookie is set without domain information in the HTTP header; for example:
Set-Cookie: PF=zOv4xxmzDI2rx1TFBFy78X;Path=/;Secure;HttpOnly
As needed, you may configure PingFederate to return the Set-Cookie HTTP header with domain information.
Once this change is activated, PingFederate includes domain information in its Set-Cookie HTTP header; for example:
Set-Cookie:
PF=aDfPx6uwbbWGFhwE6zEhEG;Path=/;Domain=.example.com;Secure;HttpOnly