From ac2e84108ddf1daa5eef6e6b0d778d8c3b60fcff Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Aug 2009 15:07:28 +0000 Subject: Clarified required parameters (again) --- user_guide/helpers/cookie_helper.html | 1 - 1 file changed, 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 be4d8c1ed..496435d2b 100644 --- a/user_guide/helpers/cookie_helper.html +++ b/user_guide/helpers/cookie_helper.html @@ -96,7 +96,6 @@ set_cookie($cookie);

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 zero the cookie will only last as long as the browser is open.

-

To delete a cookie set it with the expiration blank.

For site-wide cookies regardless of how your site is requested, add your URL to the domain starting with a period, like this: .your-domain.com

The path is usually not needed since the function sets a root path.

The prefix is only needed if you need to avoid name collisions with other identically named cookies for your server.

-- cgit v1.2.3-24-g4f1b