Cookie does not set

前端 未结 4 750
Happy的楠姐
Happy的楠姐 2021-01-21 23:16

I have a cookie that will not set on the remote server, works find locally. No error messages, var_dump gets me Null, echo is blank.



        
4条回答
  •  野的像风
    2021-01-22 00:02

    This problem never did solve, I ended up writing a new file to a different domain on the same host, gave the cookie a different name and value (is it possible that a 3 character name cookie with a 2 digit value too small??) and it worked as supposed expected.

    Thank you all for your help... too busy to do a CSI investigation as to the how's and whys.

    Gary

提交回复
热议问题