This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Remove PHPSESSID from URLs??
Started 14 years ago by seocc | 3 posts |
-
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 14 years ago # -
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.MachForm Founder
Posted 14 years ago # -
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 14 years ago #
Reply
You must log in to post.