mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 07:02:15 +01:00
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: Szopen Xiao Status: ready -->
|
||
<!-- CREDITS: Luffy -->
|
||
|
||
<chapter xml:id="session.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
&reftitle.setup;
|
||
|
||
<section xml:id="session.requirements">
|
||
&reftitle.required;
|
||
&no.requirement;
|
||
<note>
|
||
<para>
|
||
你可以选择使用由 Ralf S. Engelschall 开发的 Shared Memory Allocation 来作为会话存储.
|
||
你需要到 <link xlink:href="&url.mm;">mm</link> 然后安装它. 这个可选功能在 Windows
|
||
平台不可用.注意 mm 的这个会话存储模块无法保证并发访问时相同会话间正确的互锁.
|
||
它可能更多地是适用与存储会话到文件的使用在基于文件系统(比如 Solaris/Linux 的tmpfs,
|
||
或者 BSD 上的<filename>/dev/md</filename>) 的共享内存,因为他们能够正确互锁.
|
||
因为会话数据是存储在内存从而当web 服务器重启时数据将被删除.
|
||
</para>
|
||
</note>
|
||
</section>
|
||
|
||
&reference.session.configure;
|
||
|
||
&reference.session.ini;
|
||
|
||
</chapter>
|
||
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|
||
|