php4-beta | 199912
Date: 12/03/99
- Next message: Damien Mc Kenna: "Re: [PHP4BETA] Beta3 RPM for RH6?"
- Previous message: Bryan Batchelder: "RE: [PHP4BETA] Is it possible?"
- Next in thread: Sascha Schumann: "Re: [PHP4BETA] Sessions and Apache problem"
- Reply: Sascha Schumann: "Re: [PHP4BETA] Sessions and Apache problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, i'm fighting with this problem and I don't know what else could it be
the reason.
Here it is.
I have compiled
PHP4 --with-oracle --with-apache --enable-track-var --enable-trans-sid
I 'm using Apache 1.3.9 in a Linux Box RedHat 6.0, no problem till here.
The problem is this: my starting page is a_index.php, wich has a few links
to other pages also php.
At the top, I have this code
session_register("SESSION_USERNAME");
session_register("SESSION_PASSWORD");
session_register("SESSION_IDUSERNAME");
Ok, now a_index.php has a link to a_hello.php wich is just a foo page.
If I try to follow this link, this is what I get in the status bar of my IE
5.0
http://192.168.1.254/test/a_index.php?PHPSESSID=748678a8e568a79c8de90c0aeb8f
6038
I mean, Apache is rewriting all of my html links to the same page BUT with
the PHPSESSID added.
If I follow this links, I get to the same page, a_index.php but this time
the links are all ok.
Could anyone please help, or just aim me to get the solution?
My php.ini file is the default one.
Thansk in advance for your collaboration.
Alejandro Navarro
anavarro <email protected>
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Damien Mc Kenna: "Re: [PHP4BETA] Beta3 RPM for RH6?"
- Previous message: Bryan Batchelder: "RE: [PHP4BETA] Is it possible?"
- Next in thread: Sascha Schumann: "Re: [PHP4BETA] Sessions and Apache problem"
- Reply: Sascha Schumann: "Re: [PHP4BETA] Sessions and Apache problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

