Question : Windows Server®2008SP2, Standard Edition,x86 or 64 bit for terminal server?

Can Windows Server®2008SP2, Standard Edition,x86 use 16GB?
If yes, Should I use Windows Server®2008SP2, Standard Edition,x86 not 64bit for terminal server applications, like MS Office and other 32bit applications?

Answer : Windows Server®2008SP2, Standard Edition,x86 or 64 bit for terminal server?

double check your index.php page has session_start();

try doing a var_dump() on both $cart and $_SESSION['cart']

var_dump($cart);
should return:
---------------------------
object(ShoppingCart)#1 (0) { }


var_dump($_SESSION['cart']);
should return:
-----------------------------
array(2) { ["totPrice"]=>  int(0) ["totKorting"]=>  array(3) { ["totaal"]=>  int(0) [6]=>  int(0) [19]=>  int(0) } }
Random Solutions  
 
programming4us programming4us