create('Session', isset($_SESSION) ? $_SESSION : array()); $this->setSession($session); $this->pushCurrent(); $request = new SS_HTTPRequest($_SERVER['REQUEST_METHOD'], '/'); $this->setRequest($request); $this->setResponse(new SS_HTTPResponse()); $this->init(); } }