From 1574e95e82d6e0b7cac077ffd6d8b206bad99763 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Aug 2009 15:01:39 +0000 Subject: Clarified required parameters. --- user_guide/helpers/cookie_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/cookie_helper.html') diff --git a/user_guide/helpers/cookie_helper.html b/user_guide/helpers/cookie_helper.html index ea727f4e7..be4d8c1ed 100644 --- a/user_guide/helpers/cookie_helper.html +++ b/user_guide/helpers/cookie_helper.html @@ -91,7 +91,7 @@ set_cookie($cookie);

Notes:

-

Only the name and value are required.

+

Only the name and value are required. To delete a cookie set it with the expiration blank.

The expiration is set in seconds, which will be added to the current time. Do not include the time, but rather only the number of seconds from now that you wish the cookie to be valid. If the expiration is set to -- cgit v1.2.3-24-g4f1b