FastCookie class, the smart Cookie class - BSD License
Capitan Cloud 5ed369c153 Update README.md | hai 1 ano | |
---|---|---|
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | hai 1 ano | |
class.fastcookie.inc | %!s(int64=4) %!d(string=hai) anos |
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