📄 readme
字号:
This is msession, it is an interface to a stand-alone sessionmanagement system. The msession daemon can be found at Mohawk Software's web site, under Project Phoenixhttp://www.mohawksoft.com/phoenix.htmlRequirements:Mohawk Software's Phoenix library.Mohawk Software's msession daemon.Building:In the config.m4 file you will need to specify the include and library directories for Phoenix. The setting in config.m4is probably wrong.You will need phoenix installed and built to compile thismodule.To use msession-test.php, msession must be the default sessionhandler in PHP. The easiest way to do that is in the php.inifile as:[Session]session.save_handler = msessionsession.save_path = localhostThe session.save.path is the host name of the server runningmsessiond.12/22/2001Changed msession_getdata(...) to msession_get_data(...)Changed msession_setdata(...) to msession_set_data(...)(docs to follow)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -