summaryrefslogtreecommitdiff
path: root/ext/msession
diff options
context:
space:
mode:
authorMark L. Woodward <mlwmohawk@php.net>2001-12-23 19:57:33 +0000
committerMark L. Woodward <mlwmohawk@php.net>2001-12-23 19:57:33 +0000
commit84d3bfc0eadc3d41acebcc80491a81dcb29f0046 (patch)
tree96b1426c7becbadcdbb1441eedde3d8e95df7dd1 /ext/msession
parenta22cd5ba2d372183651141effbb5ed06ec3e7dbb (diff)
downloadphp-git-84d3bfc0eadc3d41acebcc80491a81dcb29f0046.tar.gz
Added php.ini entry info.
Diffstat (limited to 'ext/msession')
-rw-r--r--ext/msession/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/msession/README b/ext/msession/README
index 8d793ca606..5442e3bbab 100644
--- a/ext/msession/README
+++ b/ext/msession/README
@@ -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(...)