I'm actually using code from the web - sympoll from www.ralusp.net and
authlib, both give me errors and neither seems to be writing cookies... I
note in PHP the session save path is /tmp, where should this folder live?
-----Original Message-----
From: Markus Fischer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, 21 January 2001 4:44 p.m.
To: Php-General
Subject: Re: [PHP] my cookies arent working!
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]
--
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]