WPIntell

Source evidence

Session Support

BlackBox Debug Bar · support · 2013-06-29T02:57:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
playboi14 unresolved
Hello, I just downloaded and activated your plugin but while it shows all of my SQL queries perfectly, it doesnt’t show any of the session variables I am manipulating. The session array simply appears as: $_SESSION = array ( ); I am manipulating about 7/8 variables and echoing them out at the top of my page. I am actually var_dump – ing them to the screen and it looks as follows: array(2) { [“ViewType”]=> string(12) “StandardView” [“WebsiteLanguage”]=> string(7) “English” } I thought that your plugin would also show me the current session values stored for the user accessing the page? Have I installed / configured this incorrectly? Kind Regards Simon http://wordpress.org/extend/plugins/blackbox-debug-bar/ Hi, the data from $_SESSION and other global variables is “cached” when BlackBox is initiated. I am guessing that BlackBox is started before your plugin/theme starts the session so the variable is empty.

Comments

1 shown
Greg Winiarski 2013-07-04T08:40:00+00:00

Hi, the data from $_SESSION and other global variables is “cached” when BlackBox is initiated. I am guessing that BlackBox is started before your plugin/theme starts the session so the variable is empty.