| Subject: | Some minor bugfixes needed: 1) use... |  
| Summary: | Package rating comment |  
| Messages: | 1 |  
| Author: | Artur Graniszewski |  
| Date: | 2010-08-24 13:13:23 |  
|   |  
 
 | 
 | 
Artur Graniszewski rated this package as follows:
| Utility:  | Sufficient | 
| Consistency:  | Good | 
| Examples:  | Good | 
| 
 | 
  Artur Graniszewski - 2010-08-24 13:13:23  
Some minor bugfixes needed: 
 
1) use if(!isset($_SESSION['....']['...'])) rather than if(!$_SESSION['....']['...']) because in your implementation PHP may return E_NOTICE errors on some of error_reporting configurations. 
 
2) try to start session in the main class if session_id is empty. 
  
   |