PDA

View Full Version : Hide PHP Session ID's


blank
11-08-2006, 01:00 PM
Open config.php and right under :

//DON'T CHANGE THIS LINE

Add this:
@ini_set('session.use_trans_sid', false);
@ini_set("url_rewriter.tags","");
I will be updating the main package with this shortly.