function __construct($traceObj) { parent::__construct($traceObj); $this->callerList = array(); $this->callerString = ""; $this->setBaseUrl("http://" . FRITZBOX_HOSTNAME . "/"); parent::enableCookieJar(YAPHOBIA_COOKIEJAR_DIR . 'cookiejar_fritzbox.txt'); $this->tr = $traceObj; $sessionID = "0000000000000000"; }
protected function handleSessionCookies() { parent::enableCookieJar(YAPHOBIA_COOKIEJAR_DIR . 'cookies_' . $this->providerName . '.txt'); //FIXME: For security reasons, we should have a salt in the cookie jar filename!!! }