Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 3107

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>Mohawk Software session handler functions</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Function Reference"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="mysql_unbuffered_query"
HREF="function.mysql-unbuffered-query.html"><LINK
REL="NEXT"
TITLE="msession_connect"
HREF="function.msession-connect.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="reference"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.mysql-unbuffered-query.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.msession-connect.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.msession"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>LXIV. Mohawk Software session handler functions</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN59643"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.intro"
></A
>Introduction</H1
><P
>&#13;    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. More Information about msession and the
    session server software itself can be found at
    <A
HREF="http://www.mohawksoft.com/phoenix/"
TARGET="_top"
>http://www.mohawksoft.com/phoenix/</A
>.
   </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Note: </B
>This extension is not
available on Windows platforms.</P
></BLOCKQUOTE
></DIV
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="mssession.requirements"
></A
>Requirements</H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.installation"
></A
>Installation</H1
><P
>&#13;  To enable Msession support configure PHP
  <TT
CLASS="option"
>--with-msession[=DIR]</TT
>, where DIR is the
  Msession install directory.
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.configuration"
></A
>Runtime Configuration</H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.resources"
></A
>Resource Types</H1
><P
>&#13;     
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="msession.constants"
></A
>Predefined Constants</H1
><P
>&#13;     
    </P
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
HREF="function.msession-connect.html"
>msession_connect</A
>&nbsp;--&nbsp;Connect to msession server </DT
><DT
><A
HREF="function.msession-count.html"
>msession_count</A
>&nbsp;--&nbsp;Get session count </DT
><DT
><A
HREF="function.msession-create.html"
>msession_create</A
>&nbsp;--&nbsp;Create a session </DT
><DT
><A
HREF="function.msession-destroy.html"
>msession_destroy</A
>&nbsp;--&nbsp;Destroy a session </DT
><DT
><A
HREF="function.msession-disconnect.html"
>msession_disconnect</A
>&nbsp;--&nbsp;Close connection to msession server </DT
><DT
><A
HREF="function.msession-find.html"
>msession_find</A
>&nbsp;--&nbsp;Find value </DT
><DT
><A
HREF="function.msession-get-array.html"
>msession_get_array</A
>&nbsp;--&nbsp;Get array of ... ? </DT
><DT
><A
HREF="function.msession-get.html"
>msession_get</A
>&nbsp;--&nbsp;Get value from session </DT
><DT
><A
HREF="function.msession-getdata.html"
>msession_getdata</A
>&nbsp;--&nbsp;Get data ... ? </DT
><DT
><A
HREF="function.msession-inc.html"
>msession_inc</A
>&nbsp;--&nbsp;Increment value in session </DT
><DT
><A
HREF="function.msession-list.html"
>msession_list</A
>&nbsp;--&nbsp;List ... ? </DT
><DT
><A
HREF="function.msession-listvar.html"
>msession_listvar</A
>&nbsp;--&nbsp;List sessions with variable</DT
><DT
><A
HREF="function.msession-lock.html"
>msession_lock</A
>&nbsp;--&nbsp;Lock a session </DT
><DT
><A
HREF="function.msession-plugin.html"
>msession_plugin</A
>&nbsp;--&nbsp;Call an escape function within the msession personality plugin</DT
><DT
><A
HREF="function.msession-randstr.html"
>msession_randstr</A
>&nbsp;--&nbsp;Get random string </DT
><DT
><A
HREF="function.msession-set-array.html"
>msession_set_array</A
>&nbsp;--&nbsp;Set array of ... </DT
><DT
><A
HREF="function.msession-set.html"
>msession_set</A
>&nbsp;--&nbsp;Set value in session </DT
><DT
><A
HREF="function.msession-setdata.html"
>msession_setdata</A
>&nbsp;--&nbsp;Set data  ... ?</DT
><DT
><A
HREF="function.msession-timeout.html"
>msession_timeout</A
>&nbsp;--&nbsp;Set/get session timeout </DT
><DT
><A
HREF="function.msession-uniq.html"
>msession_uniq</A
>&nbsp;--&nbsp;Get uniq id </DT
><DT
><A
HREF="function.msession-unlock.html"
>msession_unlock</A
>&nbsp;--&nbsp;Unlock a session </DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.mysql-unbuffered-query.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.msession-connect.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>mysql_unbuffered_query</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>msession_connect</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>