Changeset 6830
- Timestamp:
- 07/19/12 18:16:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/header.session.inc.php
r5509 r6830 1 1 <?php 2 require_once(__DIR__.'/prototype/api/esecurity.php'); 3 $s = new ESecurity(); 4 $s->valid(); 5 6 2 7 /*************************************************************************** 3 8 * Expresso Livre * … … 13 18 session_id( $_COOKIE[ 'sessionid' ] ); 14 19 15 session_start( ); 20 if( !isset($_SESSION) ) 21 session_start( ); 16 22 17 23 $sess = $_SESSION[ 'phpgw_session' ];
Note: See TracChangeset
for help on using the changeset viewer.