From 72c459f5c7886e048e8795280f077b04273711f1 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 31 Jan 2008 19:58:31 +0000 Subject: discreet vs discrete --- user_guide/helpers/cookie_helper.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 e437cb294..543bd9eea 100644 --- a/user_guide/helpers/cookie_helper.html +++ b/user_guide/helpers/cookie_helper.html @@ -71,7 +71,7 @@ Cookie Helper

set_cookie()

Sets a cookie containing the values you specify. There are two ways to pass information this function so that a cookie can be set: -Array Method, and Discreet Parameters:

+Array Method, and Discrete Parameters:

Array Method

@@ -101,7 +101,7 @@ zero the cookie will only last as long as the browser is open.

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.

-

Discreet Parameters

+

Discrete Parameters

If you prefer, you can set the cookie by passing data using individual parameters:

@@ -128,7 +128,7 @@ zero the cookie will only last as long as the browser is open.

delete_cookie("name");

This function is otherwise identical to set_cookie(), except that it does not have the value and expiration parameters. You can submit an array -of values in the first parameter or you can set discreet parameters.

+of values in the first parameter or you can set discrete parameters.

delete_cookie($name, $domain, $path, $prefix) -- cgit v1.2.3-24-g4f1b