php-debugbar
php-debugbar copied to clipboard
Disable session stack
How can I disable the the PHPDEBUGBAR_STACK_DATA from showing up in my session? I am currently not using it at all.
Are you using stacked data? Or which framework?
Incorperated this in my own framework for which we are currently not using stacked data.
This probably happens because DebugBar::hasStackedData() initiates the $_SESSION entry, even when it's not used.
It's a small issue, but it's still unneeded clutter. I guess we could cleanup the key once the debugbar is rendered.