From 16a7ad13e2eb760326dd61d1262e27c3a8cf9ab7 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 01:45:59 +0000 Subject: [PATCH] msession: basic explanation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66658 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/msession.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/functions/msession.xml b/functions/msession.xml index 10dee83018..e95f80d3b4 100644 --- a/functions/msession.xml +++ b/functions/msession.xml @@ -1,11 +1,19 @@ - + Mohawk Software session handler functions Msession functions - &warn.experimental; + + 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. + + + The session server software can be found at &url.msession;. +