| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Sat Jan 05, 2008 4:54 pm Post subject: Remove SID on standard phpBB |
|
|
Dear Dcz/SeO,
Found the code on other site, but I forgot the url.
I've try to add the code below on includes/functions.php
| Code: | // Begin SEO phpBB
global $user;
if ($user->data['user_id'] == ANONYMOUS OR $user->data['is_bot'] )
{
$session_id = false;
}
// End SEO phpBB |
after
| Code: | // Assign sid if session id is not specified
if ($session_id === false)
{
$session_id = $_SID;
} |
Guest sid is gone, but I can't enter Admin CP.
How to remove guest sid on standard phpBB script properly? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |