[memb_set_cookie]
This Applies to
OTHER DOCS Available
Summary
This shortcode is used to manually set the values in a cookie.
Shortcode Examples
[memb_set_cookie name="foo" value="barbaz"]
[memb_set_cookie name="foo" value="test" expiration="session"]
[memb_set_cookie name="foo" value="barbaz" expiration="forever"]
[memb_set_cookie name="foo" value="barbaz" expiration="now + 3 days"]
[memb_set_cookie name="foo" value="barbaz" expiration="December 25, 2020"]
[memb_set_cookie name="foo" value="barbaz" expiration="forever"]
Shortcode Parameters
name: name of the cookie
value: value of the specific cookie
expiration: defaults to never