Ignore:
Timestamp:
02/22/10 11:34:11 (14 years ago)
Author:
amuller
Message:

Ticket #922 - Corrigido problema no headersession ao expirar sessao.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/header.session.inc.php

    r1464 r2038  
    11<?php 
    2         session_id( $_COOKIE[ 'sessionid' ] ); 
     2        if ( isset( $_COOKIE[ 'sessionid' ] ) ) 
     3                session_id( $_COOKIE[ 'sessionid' ] ); 
     4 
    35        session_start( ); 
    46 
Note: See TracChangeset for help on using the changeset viewer.