-
-
Notifications
You must be signed in to change notification settings - Fork 3
flbeta_function_setCookie
Wesley de Groot edited this page Sep 15, 2016
·
20 revisions
_
(_)
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v0.0.8 Beta
Set cookie data
| Type | @var | Description | Required |
| string | name | cookies name | Required |
| string | value | cookies value | Required |
| string | [path] | path (default: /) | Optional |
| string | [domain] | domain (default .domainname.extension) | Optional |
| bool | [secure] | secure cookie? (default: false) [JS Can't read secure cookies!] | Optional |
_.setCookie('Cookiemonster', 'Cookiemonster is cool')
null
[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))
© Wesley de Groot • CC-BY 4.0 • WDGWV