SESSION Variable Trouble
Permalinkprint_r($_SESSION); in our script
Array
(
[uid] => 1
[upw] => xxx
[whz_referer] =>
[cart] => Array
(
[products] =>
)
)
and here is print_r($_SESSION); if we include that script in a concrete5
Array
(
[uGroups] => Array
(
[1] => Guest
)
)
Any help would be great :)

define('SESSION', 'YOURSESSIONNAME');