little typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-05-06 16:52:35 +00:00
parent a72c5e62ff
commit 3955bc539c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -74,7 +74,7 @@
</para>
<para>
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
<literal>session.use_only_cookies</literal>. In that case,