Page 1 of 1

session.use_trans_sid

Posted: Wed Jan 25, 2006 5:38 am
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.

Posted: Wed Jan 25, 2006 6:51 am
by feyd
your first assumption is correct