Open mr2726 opened 7 months ago
0 means expire immediately. what do you expect?
Zero is not the same as null, if you want it to never expire use null instead of 0
hi, be careful with the values that you are using. as they said, Zero is not the same as null. let me show with a screenshot with RunJs:
line 2 and 3 are basically the same, but i want you to know that "null" is not the same as "empty" if you want to see from other perspective. Anyway, i suggest you to read the docs.
Hello everyone see my code
so when i'm running this code i see the following warn.
when i am chang the 0 to default params like
1000 * 3600 * 24
, it works fine.