Ignore:
Timestamp:
09/18/09 09:39:58 (15 years ago)
Author:
wmerlotto
Message:

Ticket #559 - Correção da configuração do php.ini

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-expressolivre/suse/arqs-conf-suse/etc/php5/apache2/php.ini

    r67 r1420  
    781781 
    782782; Whether to use cookies. 
    783 session.use_cookies = 1 
     783session.use_cookies = 0 
    784784 
    785785; This option enables administrators to make their users invulnerable to 
     
    791791 
    792792; Initialize session on request startup. 
    793 session.auto_start = 1 
     793session.auto_start = 0 
    794794 
    795795; Lifetime in seconds of cookie or, if 0, until browser is restarted. 
Note: See TracChangeset for help on using the changeset viewer.