Click to See Complete Forum and Search --> : Session Problems with php v421
I have just installed the new php server version 4.2.1 on my IIS 5 (on Windows XP). In the last version all my websites work fine with the session variables, but with the actual php version no one of them work now. Does anybody why?
Thanks
MADFAQS
I have quite the same problem, but in PHP 4.06 on apache for windows. When i use sessions it apears a message saying : "Warning: open(/tmp\sess_6b7896029684c8c7e741de646898b1c4, O_RDWR) failed: m (2) in c:\wwwroot\affiliate\menu_up.php on line 1"
PLEASE HELP ME !!
I think you both take some rest and then start over again on php session the best way of session handling in php is to register first if session is existed and then assign a new session
Is session.save_path set in your php.ini? I made mine look like this....
session.save_path = C:\windows\temp\
I hope that helps someone.... =)
rajtpd
07-06-2002, 11:23 AM
Make sure your directory has permissions for php to access. Also chech your php.ini file for session.save_path.
Hope it helps.
Later
Hi,
trying to fix the same session problem, I discovered a strange behaviour of my XP/apache 2.035/PHP 4.20 system: I can't change the value of session.save_path. But with display_error, for example, it works.
Yes, I restarted Apache after saving php.ini ;-)
Anybody an idea?
Cheers,
Peter
c1sc0_man wrote:
-------------------------------
Make sure your directory has permissions for php to access. Also chech your php.ini file for session.save_path.
Hope it helps.
Later
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.