Hi all, I’d like to be able to set SameSite=Strict on a cookie generated using Apache2::Cookie, but if I simply try to set that parameter, I get the following error:
Can't locate object method "SameSite" via package "Apache2::Cookie” Is it possible? Many thanks, Andrew.