If a site uses cookie.secure it's causing the AUTH SSL cookie to be set for secure which means it won't be sent on HTTP requests.
Verify and then force secure to FALSE
If a site uses cookie.secure it's causing the AUTH SSL cookie to be set for secure which means it won't be sent on HTTP requests.
Verify and then force secure to FALSE
Comments
Comment #1
gregglesIt can't hurt to force secure to FALSE, but looking at the code I don't see how this would happen.
Comment #2
coltraneTrue, doesn't hurt. Done, committed, and tagged. Thanks for your input greggles