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
- Host: GitHub
- URL: https://github.com/par7133/fastcookie
- Owner: par7133
- License: bsd-3-clause
- Created: 2020-02-18T03:10:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T20:21:22.000Z (over 2 years ago)
- Last Synced: 2025-01-12T15:46:06.595Z (12 months ago)
- Topics: class, cookie, fast-to-implement, fastcookie, opensource, php
- Language: PHP
- Homepage: http://5mode.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: 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