Re: [PHP-WIN] Re: php cookie / session problem

2002-08-14 Thread Scott Carr
Did you change the location for the Cookies? In the php.ini it starts off in /tmp which does not exist on a windows machine. Try changing it to c:\temp or something that actually exists on your box. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quo

[PHP-WIN] Re: php cookie / session problem

2002-08-14 Thread Arijit Chaudhuri
if you are using IIS on Win2000, its better to swotch to Apache server. I was forced to switch as the IIS cookie bug is really bugging. Regards, Arijit "Mickel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i'm pretty new to php and just installed a few scr

[PHP-WIN] Re: php cookie / session problem

2002-07-14 Thread Johannes Hiemer
Hi, look in your php.ini and check if register_globals = on. If not so do this. And then check your browsersecurity. Ciao Johannes "Mickel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i'm pretty new to php and just installed a few scripts...but i think the