phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Remove SID on standard phpBB

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 Forum
::  
Author Message
zinnerz
PR0
PR0


Joined: 08 Jun 2006
Posts: 75

Remove SID on standard phpBBPosted: 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
Visit poster's website
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Remove SID on standard phpBBPosted: Sat Jan 05, 2008 6:25 pm    Post subject: Re: Remove SID on standard phpBB

phpBB3 does not need SID removal, it doing already, all you need to do is to keep the bot list up to date.

Our mod rewrite can go further and get rid of SID for everybody accepting cookies (including SE's bots).

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 Forum
Page 1 of 1

Navigation Similar Topics

Jump to: