On Sun, Jan 21, 2001 at 04:24:09PM +1300, Lucas Young wrote : 
> I think most of the problems I am having with PHP and sample code not
> working seems to be because cookies arent being generated
> I'm using php.ini in it's default config
> Windows 2000 Pro IIS PHP 4.0.4pl1
> PHP seems to be working fine otherwise... I did the installshield install
> then unzipped the zip package over the top to get the extra modules...
> How can I check that cookies are working and et up? I am seeing cookies in
> c:\documents and settings\<login>\cookies on both the web machine and my
> workstation for normal www sites but not for any of my php sites...

        How have you done cookie activation ? One easy way is to
use session_start(); as it tries to set a cookie and fallsback to
urlmodifieng if not possible.

m.

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to