Virtual Brain Online Logo

Bookmark: Root \ PHP \ Remove Session ID from phpBB2

Remove Session ID from phpBB2


Last Updated: 2005-12-29

#
#-----[ OPEN ]------------------------------------------
#

includes/sessions.php

#
#-----[ FIND ]------------------------------------------
#

$SID = 'sid=' . $session_id;

#
#-----[ REPLACE WITH ]------------------------------------------
#

if ( $userdata['session_user_id'] != ANONYMOUS ){
$SID = 'sid=' . $session_id;
} else {
$SID = '';
}
Originally Posted by Skylinux @ 2005-12-28 21:54:16

 

No Comments yet .....

 

Add Your Comment:

Note: All posts require administrator approval. Please allow 24 hours for message approval.

Name:
E-Mail:
Title
Plain text only, less then 65 000 characters.

How many times can you find the letter c in this sentence?

Please answer the question above and type the answer into the text box below.