mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5e90f48206
commit
16a7ad13e2
1 changed files with 10 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue