<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/security.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'security.sessions.php',
    1 => 'Seguran&ccedil;a da Sess&atilde;o',
    2 => 'Seguran&ccedil;a da Sess&atilde;o',
  ),
  'up' => 
  array (
    0 => 'security.php',
    1 => 'Seguran&ccedil;a',
  ),
  'prev' => 
  array (
    0 => 'security.apache.php',
    1 => 'Instalando como m&oacute;dulo do Apache',
  ),
  'next' => 
  array (
    0 => 'security.filesystem.php',
    1 => 'Seguran&ccedil;a do Sistema de Arquivos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'security/sessions.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="security.sessions" class="chapter">
  <h1 class="title">Segurança da Sessão</h1>


  <p class="para">
   É importante manter o gerenciamento de sessão HTTP seguro. A segurança
   relacionada a sessão está descrita na seção
   <a href="session.security.php" class="link">Segurança de Sessão</a>
   da referência <a href="book.session.php" class="link">Módulo de Sessão</a>.
  </p>

 </div>
<?php manual_footer($setup); ?>