summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-08-17 17:07:28 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-08-17 17:07:28 +0200
commitac2e84108ddf1daa5eef6e6b0d778d8c3b60fcff (patch)
tree09912bcbb95f9f5300082300e5a6503dd33848d4 /user_guide/helpers
parent1574e95e82d6e0b7cac077ffd6d8b206bad99763 (diff)
Clarified required parameters (again)
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/cookie_helper.html1
1 files changed, 0 insertions, 1 deletions
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);
<p>The expiration is set in <strong>seconds</strong>, which will be added to the current time. Do not include the time, but rather only the
number of seconds from <em>now</em> 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.</p>
-<p>To delete a cookie set it with the expiration blank.</p>
<p>For site-wide cookies regardless of how your site is requested, add your URL to the <strong>domain</strong> starting with a period, like this: .your-domain.com</p>
<p>The path is usually not needed since the function sets a root path.</p>
<p>The prefix is only needed if you need to avoid name collisions with other identically named cookies for your server.</p>