FastCookie class, the smart Cookie class - BSD License

Capitan Cloud 5ed369c153 Update README.md 1 yıl önce
LICENSE a263eea5de Create LICENSE 4 yıl önce
README.md 5ed369c153 Update README.md 1 yıl önce
class.fastcookie.inc 911e0bb226 Add files via upload 4 yıl önce

README.md

FastCookie

FastCookie class

@package OpenGallery http://github.com/par7133
@author Daniele Bonini posta@elettronica.lol
@version 1.0
@phpver 5.6 to 7.3
@access public
@note You have to declare in your "config.inc" file - or whatever file you
use for the purpose, the following global constants:
define('COOKIEPREFIX', "YOURPREFIX");
define('COOKIE_PATH', "/");
define('COOKIE_DOMAIN', "localhost");
define('COOKIE_EXPIRE', 31536000); // One year