php-src/ext/msession
2001-09-25 12:11:25 +00:00
..
config.m4 Added 2001-09-19 13:14:24 +00:00
CREDITS Added 2001-09-19 13:14:24 +00:00
libs.mk Added 2001-09-19 13:14:24 +00:00
Makefile.in Added 2001-09-19 13:14:24 +00:00
msession.c Added msession_randstr, creates a random string from a single 2001-09-25 12:11:25 +00:00
msession.php Added 2001-09-19 13:14:24 +00:00
php_msession.h Added msession_randstr, creates a random string from a single 2001-09-25 12:11:25 +00:00
README Added 2001-09-19 13:14:24 +00:00
reqclient.h (Removed Makefile, added accidentally.) 2001-09-20 12:21:01 +00:00

This is msession, it is an interface to a stand-alone session
management system. The msession daemon can be found at 
HTTP://www.mohawksoft.com under Project Phoenix

Requirements:
Mohawk Software's Phoenix library.
Mohawk Software's msession daemon.

http://www.mohawksoft.com/phoenix.html

Building:
I am still a newbee at PHP hacking so I am scared to death 
I will break something, and I (regretfully) have not invested
the time to make all this stuff automatic.

In the config.m4 file you will need to specify the include 
and library directories for Phoenix. The setting in config.m4
is probably wrong.