View Issue Details

IDProjectCategoryView StatusLast Update
0000227XdebugStep Debuggingpublic2020-03-12 17:03
Reporterjeffg Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000227: $_SESSION always missing from superglobals in Komodo
Description

once session_start() has been called I can watch $_SESSION, but I never see it in superglobals. Maybe it could be hard-coded in there as a placeholder and display a null value?

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2006-12-11 22:37

administrator   ~0000508

This has been fixed in CVS now. The SESSION entry will only be part after session_start() has been called though. The bug was that it was simply never added to the Globals scope by mistake. Thanks for your report.