jimw            Tue Jan  1 20:46:00 2002 EDT

  Modified files:              
    /phpdoc/en/functions        msession.xml 
    /phpdoc     global.ent 
  Log:
  msession: basic explanation
  
Index: phpdoc/en/functions/msession.xml
diff -u phpdoc/en/functions/msession.xml:1.4 phpdoc/en/functions/msession.xml:1.5
--- phpdoc/en/functions/msession.xml:1.4        Tue Jan  1 20:42:54 2002
+++ phpdoc/en/functions/msession.xml    Tue Jan  1 20:45:59 2002
@@ -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">
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.134 phpdoc/global.ent:1.135
--- phpdoc/global.ent:1.134     Fri Dec 28 10:30:32 2001
+++ phpdoc/global.ent   Tue Jan  1 20:45:59 2002
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.134 2001/12/28 15:30:32 georg Exp $
+ $Id: global.ent,v 1.135 2002/01/02 01:45:59 jimw Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -92,6 +92,7 @@
 <!ENTITY url.ming "http://www.opaque.net/ming/";>
 <!ENTITY url.mirrors "http://www.php.net/mirrors.php";>
 <!ENTITY url.mnogo "http://www.mnogosearch.ru/";>
+<!ENTITY url.msession "http://www.mohawksoft.com/phoenix.html";>
 <!ENTITY url.msql "http://www.hughes.com.au/";>
 <!ENTITY url.mysql "http://www.mysql.com/";>
 <!ENTITY url.mysql.docs "http://www.mysql.com/documentation/";>


Reply via email to