For some reason PHPSESSIDs randomly pop up in the URLs of one of my sites that is running on a Zeus server. I have other sites with the same platform on different servers and never had this problem. I have tried with .htacess: php_flag session.use_trans_sid off php_flag session.use_only_cookies on but it has no effect, the PHPSESSIDs still pop up sometimes. Any idea what might be the cause for this and how it can be fixed. Btw, the hosting company support is rather sucky so there is no way getting help from them
Zeus seems to have its own commands for .htaccess, and I can't find any info about session ids in their .htaccess tutorial - http://support.zeus.com/zws/media/docs/htaccess/tutorial.html and other docs on their support site. So I tried making php to be parsed as html with: AddType application/x-httpd-php html htm php AddHandler application/x-httpd-php .html .htm and also with x-httpd-php without application/ but both result in the browser trying to download the html files. Hope someone knows how to get this stuff running on Zeus as I can't get any help from the company providing the hosting.