ok, here's the thing:
i'm creating some kind of 'external phpbb mod', it's a menu, on my homepage that changes depending if you're online or not.
everything is working now, except that i'm getting this error, on top of the menu:
Note: i didn't edit any PHPBB Files, (sessions.php).
Here Are Lines 188 & 199 (sessions.php) :
[code:1:ee2159d088]
setcookie($cookiename . '_data', serialize($sessiondata), $current_time + 31536000, $cookiepath, $cookiedomain, $cookiesecure);
setcookie($cookiename . '_sid', $session_id, 0, $cookiepath, $cookiedomain, $cookiesecure);
[/code:1:ee2159d088]
Thanks in Advance

.
//samer
