paul321
03-26-2008, 04:19 AM
Hello,
I'm using the Tectic PHP form mail script on my site. When the form is filled and I press the Submit button, I am redirected to the correct page, but there is an unwanted PHPSESSID string that is added to the end of the URL.
I searched the web for a resolution to this and it requires editing the .htaccess file and including the following two lines of code:
php_value session.use_trans_sid 0
php_value session.use_only_cookies 1
However, when I include this in my .htaccess file, the web server no longer works and I get a configuration error. :confused:
Does anyone know how to do this right? I simply want the SESSID to stop appearing. Thank you very much for any help.
Paul
I'm using the Tectic PHP form mail script on my site. When the form is filled and I press the Submit button, I am redirected to the correct page, but there is an unwanted PHPSESSID string that is added to the end of the URL.
I searched the web for a resolution to this and it requires editing the .htaccess file and including the following two lines of code:
php_value session.use_trans_sid 0
php_value session.use_only_cookies 1
However, when I include this in my .htaccess file, the web server no longer works and I get a configuration error. :confused:
Does anyone know how to do this right? I simply want the SESSID to stop appearing. Thank you very much for any help.
Paul