session.use_trans_sid

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
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

session.use_trans_sid

Post by Ree »

A very quick question. If I have session.use_trans_sid set to 0, that means, if some visitor has cookies disabled, PHP won't be able to set/track his session by appending session ID to all URLs, right?

I have a client who has his website on http://xx.xxx.xx.xxx/~stuff/, and session.use_trans_sid is set to 0. IE blocks all session cookies from there and session ID is not appended. So either he gets a domain or sets session.use_trans_sid to 1 if he wants sessions to work.

Just wanted to confirm.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

your first assumption is correct
Post Reply