Hi,
I encounter some problem.. (may be not). I compile my php with --enable-trans-sid . and i set session.use_trans_sid=0 in php.ini or use init_alter() to change the session.use_trans_sid.
It do work most of the time that the link won't carry PHPSESSID. But I don't knwo why, sometimes the link will carry the PHPSESSID. Somehow I refresh, then this PHPSESSID disapper.
A bit confuse with this. FYI: all the setting in php.ini is by default.