Forum Moderators: coopster
session.use_trans_sid
and
session.auto_start
set to:
Off
by default
So it makes no difference,the sid still shows on urls
Someone here gratefully suggested that I make sure I have the following settings:
session.use_cookies On
session.use_only_cookies On
But in my htaccess,I could not override
session.use_only_cookies Off
would turning "session.use_only_cookies" to on,would do the trick?