[PHP] [APACHE-PHP-WIN] : $_SESSION problems

2002-03-31 Thread John Mpaliza
I configured well ( I think) my system (win32-apache 1.3.24-php4.1.2) and every think is working except session variables.Codes like this don't work: page1.php ?php session_start(); $_SESSION['test']="adding"; header("Location:

[PHP] [PHP4.1.2-APACHE1.3.24-WIN32]: using $_SESSION

2002-03-29 Thread John Mpaliza
I'm using Apache-win-php4.1.3 and can't create session variables by using session_start() and $_SESSION['...']. I'm new to php, please help. Next week I tried php4.1.1 and all was working well. Now, I'm using php4.1.2, as an Apache module and

[PHP] [PHP-APACHE-WIN]: using $_SESSION instead of register().......

2002-03-29 Thread John Mpaliza
I'm using Apache-win-php4.1.3 and can't create session variables by using session_start() and $_SESSION['...']. I'm new to php, please help. Next week I tried php4.1.1 and all was

[PHP] Using session functions in PHP4.1.1

2002-02-03 Thread John Mpaliza
. This happens when using functions: session_start and session_register What can I do to resolve the problem. John Mpaliza