Hi,

I am trying to get sessions to work properly with windows server 2003 and could use some help.

I have modified the save path in php.ini to c:\php\sessions. The session save path() functions works fine and returns that directory.

The problem is that I am not getting anything stored in the directory. I am assuming it is permissions related but thats about it. I have given every user listed full control. The user types listed on the directory are administrators, creator owner, system, and users.

Can anyone help me out?

Thanks,

Shalom

    you need to add IUSR(Internet User Guest Account) to your folder permissions...say if the computer name is tommy then IUSR would be IUSR_TOMMY... add this user to your current users and give write permissions to IUSR for your session folder

    Good Luck
    TommYNandA

      Thanks for your reply,

      I'll give it a try!

        YW, Mark This Thread Resolved.. link is at the bottom of this page

        Happy Coding
        TommYNandA

          Write a Reply...