]> granicus.if.org Git - php/commitdiff
Added php.ini entry info.
authorMark L. Woodward <mlwmohawk@php.net>
Sun, 23 Dec 2001 19:57:33 +0000 (19:57 +0000)
committerMark L. Woodward <mlwmohawk@php.net>
Sun, 23 Dec 2001 19:57:33 +0000 (19:57 +0000)
ext/msession/README

index 8d793ca606d5062545dd8549ea2d1a7a3f315b8c..5442e3bbab9fb05f99171b761e5400022089d3e4 100644 (file)
@@ -16,6 +16,17 @@ is probably wrong.
 You will need phoenix installed and built to compile this
 module.
 
+To use msession-test.php, msession must be the default session
+handler in PHP. The easiest way to do that is in the php.ini
+file as:
+
+[Session]
+session.save_handler = msession
+session.save_path = localhost
+
+The session.save.path is the host name of the server running
+msessiond.
+
 12/22/2001
 Changed msession_getdata(...) to msession_get_data(...)
 Changed msession_setdata(...) to msession_set_data(...)