Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Casino Online
Per giocare al casinò in linea abbiamo testato e sottoposto ad auditing centinaia di casinò virtuali. Solo le migliori sale di casinò in linea sono presentate su tutti i siti che i nostri esperti hanno sottoposto ad auditing per voi. Le nostre selezioni
Nostalgia e Tenerezza
Le poesie di 'Nostalgia' ed un mondo di 'Tenerezza'.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



LXVIII. Mohawk Software Session Handler Functions

Introduzione

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 http://devel.mohawksoft.com/msession.html.

Nota: Questo modulo non è disponibile su piattaforme Windows.

Installazione

To enable Msession support configure PHP --with-msession[=DIR], where DIR is the Msession install directory.

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