Hiding PHPSESSID In Url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wizzard
Forum Commoner
Posts: 93
Joined: Thu May 16, 2002 5:36 am
Location: Belgium
Contact:

Hiding PHPSESSID In Url

Post by wizzard »

Hello,

How can i hide the PHPSESSID in the url. Because i know also see this in my see http://www.dmdreams.com

I want to hide it but don't know where in the php.ini


Cheers
Kris
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

Make sure session.use_trans_sid is "0".
Post Reply