mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new structure, very limited content :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89803 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78fa254b69
commit
6d5877f3c7
1 changed files with 44 additions and 6 deletions
|
@ -1,19 +1,57 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.msession">
|
||||
<title>Mohawk Software session handler functions</title>
|
||||
<titleabbrev>Msession functions</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
<section id="msession.intro">
|
||||
&reftitle.intro;
|
||||
<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>.
|
||||
management for a PHP web farm. More Information about msession and the
|
||||
session server software itself can be found at
|
||||
<ulink url="&url.msession;">&url.msession;</ulink>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="mssession.requirenments">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="msession.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="msession.configuration">
|
||||
&reftitle.runtime;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="msession.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="msession.constants">
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.msession.functions;
|
||||
|
|
Loading…
Reference in a new issue