ID:               32964
 Updated by:       [EMAIL PROTECTED]
 Reported By:      iason dot vandermeulen at gmail dot com
-Status:           Open
+Status:           Bogus
-Bug Type:         *Configuration Issues
+Bug Type:         *General Issues
 Operating System: FreeBSD v 4.11
 PHP Version:      4.3.10
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2005-05-06 16:23:19] iason dot vandermeulen at gmail dot com

Description:
------------
Nothing seems to work I included the e_all function no error report
nothing. In the browser settings is set value to ask before cookie will
be set nothing happens and nog cookie.

tryed to find information about this on php.net on forums, nobody seem
to have the solution for this problem of mine.

I tryed to set a cookie with javascript that worked fine.
And i have no clew how to solf this problem. On my own machine this
script works fine with php 4.3.4 and ISS

Reproduce code:
---------------
first tryed this
setcookie ("pass","test",time()+3600,"","",1);
then this
setcookie ("pass", "test",time()+3600,"/","www.myhost.nl");
and final
setcookie ("pass", "test",time()+3600,"/","www.myhost.nl",1);

Expected result:
----------------
A cookie with the name pass and the value test for 1 hour/

Actual result:
--------------
The actual result is nothing no error's or prompt screens.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32964&edit=1

Reply via email to