CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 How To Remove PHPSESSID From URLs

Print topic Send  topic

Author Message
Faisal
Posted: 07/22/2004, 4:28 PM

Hi.

I have a simple problem. Somehow on the server when i upload my application, the PHP session ID is attached to all URLs. Could someone please tell me how to keep this invisible in the project so it does not mess up some of my setting in the project.

Secondly, i dont understand but this only happens once. And then when i load the application it runs fine without the PHPSESSID.

Help needed guys!
Damian
Posted: 07/22/2004, 7:15 PM

Create a txt document with notepad or other text editor and add the
following lines:

<IfModule mod_php4.c>
php_value session.use_trans_sid 0
</IfModule>

Upload it to your web root directory and then reanme it as
..htaccess
^ note the "."

There are many other PHP variables that can be modified thru this file.

Damian


"Faisal" <Faisal@forum.codecharge> wrote in message
news:541004d93db985@news.codecharge.com...
> Hi.
>
> I have a simple problem. Somehow on the server when i upload my
application,
> the PHP session ID is attached to all URLs. Could someone please tell me
how to
> keep this invisible in the project so it does not mess up some of my
setting in
> the project.
>
> Secondly, i dont understand but this only happens once. And then when i
load
> the application it runs fine without the PHPSESSID.
>
> Help needed guys!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.