/ Published in: PHP
Expand |
Embed | Plain Text
class Cookie { if ($expiration === NULL) $expiration = self::$expiration; } return $_COOKIE[$name]; } self::write($name, NULL, -86400); } }
You need to login to post a comment.
class Cookie { if ($expiration === NULL) $expiration = self::$expiration; } return $_COOKIE[$name]; } self::write($name, NULL, -86400); } }
You need to login to post a comment.