Added "use"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2009-05-09 22:18:23 +00:00
parent 9c1779e8f8
commit 5b4d2ca118

View file

@ -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>