msession: basic explanation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66658 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-02 01:45:59 +00:00
parent 5e90f48206
commit 16a7ad13e2

View file

@ -1,11 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.msession">
<title>Mohawk Software session handler functions</title>
<titleabbrev>Msession functions</titleabbrev>
<partintro>
&warn.experimental;
<para>
msession is an interface to a high speed session daemon which can run
either locally or remotely. It is designed to provide consistent session
management for a PHP web farm.
</para>
<para>
The session server software can be found at <ulink
url="&url.msession;">&url.msession;</ulink>.
</para>
</partintro>
<refentry id="function.msession-connect">