I deleted any forum, but didn't changed (decrease) my post number.
2 2012-07-08 11:47
Re: SESSION problem on integration (3 replies, posted in PunBB 1.4 troubleshooting)
I solved it
I used wrong code, code trying contiously login...
DataLife Engine + PunBB integration coming soon...
3 2012-07-08 11:13
Topic: SESSION problem on integration (3 replies, posted in PunBB 1.4 troubleshooting)
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 2012-07-08 11:09
Re: Why is my external login not working? (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