[PHP-WIN] seesion.save_path Problem

2004-10-09 Thread MikeA
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

Re: [PHP-WIN] Cookies!

2004-10-09 Thread Sudeep Zamudra
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.