| Anonymous | Login | Signup for a new account | 10-31-2025 15:39 PDT | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000657 | [Quercus] | minor | always | 01-03-06 08:56 | 01-11-06 11:11 | ||||
| Reporter | creich | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000657: session_register not implemented | ||||||||
| Description | session_register ONLY works if ZPHP directive register_globals is enabled. So if we do not support register_globals, then we cannot support session_register. By the way, THE FOLLOWING: $user_id = "foo"; session_register('user_id'); CAN BE REPLACED BY: $user_id = "foo"; $_SESSION['user_id'] = $user_id; | ||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|  | |||||||||
| Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	29 total queries executed. 26 unique queries executed. |