Open JamesTheHacker opened 8 years ago
@JamesTheHacker That seems very strange to me. I'll have to carve out some time to try this example code you've shared. I can't see any glaring logic errors that might explain what might be going on here. Have you done more debugging on this and found a reason yet?
I want to be able to store an array of ID's to their cookies. I figured the easiest way is to
json_encode
the array of save IDs. Code below:My problem is the array only ever gets two values regardless of how many times I save a page. If I visit the following pages ...
... the array of
$saves
is only ever set to:If I save another page:
... the array is:
Not sure what's going on here.