LXII. Mohawk Software session handler functions

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 http://www.mohawksoft.com/phoenix/.

Obsah
msession_connect — Connect to msession server
msession_disconnect — Close connection to msession server
msession_count — Get session count
msession_create — Create a session
msession_destroy — Destroy a session
msession_lock — Lock a session
msession_unlock — Unlock a session
msession_set — Set value in session
msession_get — Get value from session
msession_uniq — Get uniq id
msession_randstr — Get random string
msession_find — Find value
msession_list — List ... ?
msession_get_array — Get array of ... ?
msession_set_array — Set array of ...
msession_listvar — List sessions with variable
msession_timeout — Set/get session timeout
msession_inc — Increment value in session
msession_getdata — Get data ... ?
msession_setdata — Set data ... ?
msession_plugin — Call an escape function within the msession personality plugin