ispCP - Board - Support
session variables visible RC6 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: session variables visible RC6 (/thread-4730.html)



session variables visible RC6 - aZzKikr - 10-18-2008 06:20 PM

Hi all,

After i updated from RC 5 to RC 6 nightly build 10 okt. i had the problem that my session variables got visible at the end of the pages.
Like the login page of ispcp as this.

Content of $_SESSION:

Array
(
)

Content of $_POST:

Array
(
)

Content of $_GET:

Array
(
)

Content of $_COOKIE:

Array
(
)

Content of $_FILES:

Array
(
)

After I'm logged in, the variables are visible with the filled in variables.

Did i do something wrong at the update process or is this a bug that i need to post at the bug tracker..

Some help would be appreciated.

greetz aZzKikr


RE: session variables visible RC6 - sci2tech - 10-18-2008 06:42 PM

in ispcp/gui/include/ispcp-lib.php modify
Code:
Config::set('DUMP_GUI_DEBUG', true);
in
Code:
Config::set('DUMP_GUI_DEBUG', false);



RE: session variables visible RC6 - aZzKikr - 10-18-2008 06:54 PM

tnxs alot,

I did change it tot true and later i changed it back but did something wrong in the syntax i think...

but i copied your syntax and its done ok...

tnxs alot.

greetz azzkikr