Appnitro Software Forums » MachForm

Remove PHPSESSID from URLs??

(3 posts)

  1. Hello,

    I am seeing weird phpsessid's added onto the end of some of my links. I do not want these there. How can I remove them?

    Look at the footer links on this page for an example - http://stevendouglas.com/staging/recruiting-services/executive-searches/index.php

    Posted 1 year ago #
  2. This is actually depends on PHP configuration on your server.
    You need to modify your php.ini file and set these values:

    session.use_only_cookies = 1
    session.use_trans_sid = 0

    most hosting companies should use that setting by default.
    If you aren't able to modify php.ini file, please contact your hosting tech support and ask them to do so.

    Posted 1 year ago #
  3. The php.ini file was setup wrong "session.use_trans_sid = 1"

    Changed it to a '0' and all is well now. Thanks AGAIN, Yuniar! You are awesome!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.