Sesiones PHP sobre IIS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Americo
Forum Newbie
Posts: 1
Joined: Sat May 17, 2003 9:25 am

Sesiones PHP sobre IIS

Post by Americo »

Tengo un problema al tratar de abrir una sesion sobre IIS sobre un Windows 2000 Server, el mensaje de error es el siguiente:

Warning: open(/tmpsess_707e1edd55cb0a6a3efb2caf70d64848, O_RDWR) failed: No such file or directory (2) in c:inetpubwwwrootalgoritmosvalida.php on line 6


ahora, la variable del php.ini session.save_path = c:/Inetpub/php/tmp y esa carpeta no tiene problemas de acceso, es decir, permito control total al grupo Todos.

Agradeceria la ayuda de ustedes cibernautas :wink:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

nevertheless php doesn't seem use it. Did you change the value in the right php.ini?

Code: Select all

<?php phpinfo(); ?>
will tell you which php.ini is in use and what values are set.


see also: http://php.net/phpinfo
Post Reply