My session variables are all taking the value of the last one set. $session->getAll() returns '0'. Seems like they're not being set at all. I've turned on debug in config and I'm getting the following errors: Notice: Trying to get property of non-object in /Users/Pablo/Sites/shoptest/wire/core/PageAccess.php on line 26 Notice: Trying to get property of non-object in /Users/Pablo/Sites/shoptest/wire/core/PageAccess.php on line 28 Notice: Undefined variable: cartActive in /Users/Pablo/Sites/shoptest/site/templates/shophead.inc on line 79 Notice: Undefined variable: itemRemoved in /Users/Pablo/Sites/shoptest/site/templates/shophead.inc on line 131 The last two are the session variables. Thanks for any advice, Paul