I have set SameSite=Lax on cookies using apache config header rule (Header edit Set-Cookie ^(.*)$ "$1;SameSite=Lax") in my application(xyz.example.com) wh
Header edit Set-Cookie ^(.*)$ "$1;SameSite=Lax"