LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   PHP random additions to query string (https://www.linuxquestions.org/questions/programming-9/php-random-additions-to-query-string-70951/)

Riley 07-08-2003 09:14 AM

PHP random additions to query string
 
Sometimes randomly PHPSESSID gets added to my query string and it screws up my script. Why does this happen and how can I prevent it? Another thing is that the script when transfering the POST data automatically escapes all the quotes. Is there some way to prevent that to? Or should I fix my problems by adding in more code to fix what PHP has done to me?

crabboy 07-09-2003 12:48 PM

You can disable session support in php.

From: http://www.zend.com/manual/ref.session.php
Quote:

Session support is enabled in PHP by default. If you would not like to build your PHP with session support, you should specify the --disable-session option to configure.

Riley 07-09-2003 02:38 PM

I'm using sessions :cry:


All times are GMT -5. The time now is 04:48 PM.