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.

Issue History

Date Modified Username Field Change
2006-12-11 20:59 jeffg New Issue
2006-12-11 22:37 derick Status new => closed
2006-12-11 22:37 derick Note Added: 0000508
2020-03-12 16:56 derick Severity tweak => feature
2020-03-12 17:03 derick Category Feature/Change request => Step Debugging