Hi

PHP 4.06 running on windows 2000 Session save path c:\temp
I see all session files in this folder but seesion not working properly

What is the problem

Thanks.

    Since the session files are there this probably has nothing to do with it but check the permissions to the folder where the sessions are being stored.

    How are you addressing the session in the script?

    Jim

      I try this.

      session_start("kontrol");
      //initialize the USER variable if necessary
      $USER = array();
      $USER["userid"] = $row->recno;
      $USER["username"] = $row->email;

      When i open with notepad I see this variable data in c:\temp session file.

        Thanks. You don't understand my problem.
        My Session working good on apcahe server. Same Session does not work on ISS5 Windows 2000 server.
        I checked Save path permission properties. Everythings ok. I see all session file in this folder and open with notepad. Session variables ok. But when i open other page i can't see session variable value.

        PS: My Configuration MySQL 323 PHP4.06 Windows 2000 & ISS5

          Write a Reply...