PHPSESSID adjustment

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
mekya
Forum Newbie
Posts: 9
Joined: Mon Mar 27, 2006 3:10 am

PHPSESSID adjustment

Post by mekya »

Hello,
There is a term in php.ini which cause to add PHPSESSID
to every link in a php web page

also this term's default value is changed after php 4

What's the name of this term in php.ini?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

session.use_trans_sid

And no, the default value has not changed at all after PHP 4.
Post Reply