Environment
-
WinXP Pro SP1
PHP 4.3.9
Apache 2.0.52
I am trying to set the session.save_path in php.ini and I cannot get it to
work. I have tried
session.save_path = "X:/ApacheGroup/Apache2/html/SessionSave"
session.save_path = "/ApacheGroup/Apache2/html/SessionSave"
session.save_pat
Hi James,
Php on IIS or PWS are known to have problems with session and cookie. Try
using session instead of cookie. That's the safest way. Also anyone can disable
cookies on the client side where by your login authentcation may fail. So best way is
use session instead of cookie.