I am migrating to a new server right now, and as I try out some pages using sessions on my new server, I am getting the session ID appended to the URL.
Does anyone know of a flag I can set in a .htaccess file to stop this?
From what I know, alter php.ini to set session.use_trans_id to 0
great, thanks, that worked. 🙂