mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
little typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a72c5e62ff
commit
3955bc539c
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue