ini_set("session.use_trans_sid", 0);
I usually put this before session_start(); and it works... but suddenly it has no effect and that ugly PHPSESSID=df98xfujow is in my url and ruining all my SEO efforts. Any idea why it would stop working?
I usually put this before session_start(); and it works... but suddenly it has no effect and that ugly PHPSESSID=df98xfujow is in my url and ruining all my SEO efforts. Any idea why it would stop working?

Comment