|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-06 22:59 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 04:00:01 2025 UTC |
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.