Forum Moderators: coopster
I don't like the long tracking code on the end.
My site development people say the hosting company's servers are generating the tracking code, and my hosting company says it's my site development company's programming.
Please educate me. Whose fault is it, and what do I need to do to get it removed?
PHP session tracking has to be turned on in the script that uses it - it doesn't just "happen" by itself.
Doesn't this thread belong in "Perl & PHP CGI scripting"?
session.use_only_cookies specifies whether the module will only use cookies to store the session id on the client side. Defaults to 0 (disabled, for backward compatibility). Enabling this setting prevents attacks involved passing session ids in URLs. This setting was added in PHP 4.3.0.
From: [php.net...]
GB
session.use_trans_sid
From: [php.net...]