At 11:21 13.11.2002, Alawi albaity said:
--------------------[snip]--------------------
>session is not work with IIS
>
>I install php in : 
>c:\php
>and IIS in 
>c:\Inetpub
--------------------[snip]-------------------- 

Check the setting of the session.save_path in your INI file. This must
point to a correct folder. I suspect it's set to /tmp but there's no /tmp
on Windows... Set it to any temporary directory of your choice, e.g. C:/TEMP.

Sessions should work then...


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to