From 3955bc539c972109aa96de3763b19e774c73c51e Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 6 May 2003 16:52:35 +0000 Subject: [PATCH] little typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126027 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 061ceca7ea..e76e6b8e77 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -74,7 +74,7 @@ Assess the importance of the data carried by your sessions and deploy - addditional protections -- this usually comes at a price, reduced + additional protections -- this usually comes at a price, reduced convenience for the user. For example, if you want to protect users from simple social engineering tactics, you need to enable session.use_only_cookies. In that case,