This mixin contains client specific code for the Barefoot.CookieAdapter component.
The client CookieAdapter reads and writes the cookies directly from the browsers memory.
Barefoot. | This mixin contains client specific code for the Barefoot.CookieAdapter component. |
Functions | |
get | Returns a specific cookie value. |
set | Sets the value of a cookie with the specified key. |
Returns a specific cookie value.
function get( key )
Sets the value of a cookie with the specified key.
function set( key, value )