An open API service indexing awesome lists of open source software.

https://github.com/par7133/fastcookie

FastCookie class, the smart Cookie class - BSD License
https://github.com/par7133/fastcookie

class cookie fast-to-implement fastcookie opensource php

Last synced: 10 months ago
JSON representation

FastCookie class, the smart Cookie class - BSD License

Awesome Lists containing this project

README

          

FastCookie

FastCookie class

@package OpenGallery http://github.com/par7133
@author Daniele Bonini
@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('COOKIE_PREFIX', "YOURPREFIX_");
define('COOKIE_PATH', "/");
define('COOKIE_DOMAIN', "localhost");
define('COOKIE_EXPIRE', 31536000); // One year