nano icon indicating copy to clipboard operation
nano copied to clipboard

cookie.php

Open johnqiuwan opened this issue 8 years ago • 0 comments

I saw the code below in the file cookie.php, as follow:

public static function erase($name, $path = '/', $domain = null, $secure = false) { static::write($name, null, -2000, $path, $domain, $secure); }

Just curious, should we have to use -2000 ? Could we use -1 instead?

Thank you

johnqiuwan avatar Apr 03 '16 07:04 johnqiuwan