Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 11298

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Installation</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="session.requirements.html">Requirements</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="session.configuration.html">Runtime Configuration</a></div>
 <div class="up"><a href="session.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="session.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="para">
  Session support is enabled in PHP by default. If you would
  not like to build your PHP with session support, you should
  specify the <strong class="option configure">--disable-session</strong>

  option to configure. To use shared memory allocation (mm) for session
  storage configure PHP <strong class="option configure">--with-mm[=DIR] </strong>
.
 </p>
 <p class="simpara">The Windows version of PHP has built-in
support for this extension. You do not need to load any additional
extensions in order to use these functions.</p>
 <blockquote class="note"><p><strong class="note">Note</strong>: 
  <p class="para">
   By default, all data related to a particular session will be stored in
   a file in the directory specified by the session.save_path INI option.
   A file for each session (regardless of if any data is associated with
   that session) will be created. This is due to the fact that a session
   is opened (a file is created) but no data is even written to that file.
   Note that this behavior is a side-effect of the limitations of working
   with the file system and it is possible that a custom session handler
   (such as one which uses a database) does not keep track of sessions
   which store no data. 
  </p>
 </p></blockquote> 
</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="session.requirements.html">Requirements</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="session.configuration.html">Runtime Configuration</a></div>
 <div class="up"><a href="session.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>