1

(3 replies, posted in PunBB 1.4 bug reports)

I deleted any forum, but didn't changed (decrease) my post number.

I solved it big_smile

I used wrong code, code trying contiously login...

DataLife Engine + PunBB integration coming soon...

Hi all,

I have started to an integration, login, logout and registration completed but.
When I click any link on portal (after login), I'm offline on punbb.

Problem cause is Sessions ?

4

(2 replies, posted in Discussions)

cookie_name is configured variable

    function set_cookie($name, $value, $expire) {
        header('P3P: CP="CUR ADM"');
        if (version_compare(PHP_VERSION, '5.2.0', '>=')) {
            setcookie($this->conf['cookie_name'], $value, $expire, $this->conf['cookie_path'], $this->conf['cookie_domain'], $this->conf['cookie_secure'], true);
        } else {
            setcookie( $this->conf['cookie_name'], $value, $expire, $this->conf['cookie_path'].'; HttpOnly', $this->conf['cookie_domain'], $this->conf['cookie_secure']);
        }
    }

We need value and expire