Re: [PHP-DEV] sessions with php4.0.0 From: Andi Gutmans (andi <email protected>)
Date: 05/24/00

Check session.save_path in your php.ini file.
Make sure that the directory exists. The default is /tmp which means you
should have a c:\tmp. Probably best if you change it to "c:\temp"
Let us know if this helps.
Andi

At 12:38 PM 5/24/00 +0200, Sascha Schumann wrote:
>On Wed, 24 May 2000, Joey++ wrote:
>
> > I am trying to use sessions with php4.0.0 and getting no joy.. an e.g..
>
>Just let me add that AFAIK noone has ever looked at what goes wrong with
>sessions on NT. They work marvellous on Unix, so someone with NT debugging
>skills will need to look at this.
>
>- Sascha
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>