From 5b4d6a9bc60a9b790e30e1c1d498d820d6318a86 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 22 Dec 2008 11:38:58 +0000 Subject: [PATCH] s/are/or (reported by navaru atmonteshazz dotro) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271742 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 215068d982..02ac1435d0 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + curl_setopt @@ -76,7 +76,7 @@ &true; to mark this as a new cookie "session". It will force libcurl to ignore all cookies it is about to load that are "session cookies" from the previous session. By default, libcurl always stores and - loads all cookies, independent if they are session cookies are not. + loads all cookies, independent if they are session cookies or not. Session cookies are cookies without expiry date and they are meant to be alive and existing for this "session" only.