hopefully this is a straight forward question.
We are moving a site from http to https, the http site has some cookies set that allows a device access to certain areas. I have reworked the code to set the cookie with the secure flag so that it must be returned over HTTPS.
We have a couple of devices out and about that we can physically access but I need to change the cookie on them.
is there a way to check if a cookie has the secure flag set in php. I am hoping to retrieve the cookie check if the flag is set and if not, regenerate the cookie with the secure flag set.
is there a way to do that?