mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added "use"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9c1779e8f8
commit
5b4d2ca118
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<chapter xml:id="memcached.sessions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Sessions support</title>
|
||||
<para>Memcached provides a custom session handler that can be used to store
|
||||
user sessions in memcache. A completely separate memcached instance is used
|
||||
for that internally, so you can a different server pool if necessary. The
|
||||
for that internally, so you can use a different server pool if necessary. The
|
||||
session keys are stored under the prefix
|
||||
<literal>memc.sess.key.</literal>, so be aware of this if you use the
|
||||
same server pool for sessions and generic caching.</para>
|
||||
|
|
Loading…
Reference in a new issue