DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15991>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15991 Apache (PHP?) can't set cookies after a test with an unset variable ------- Additional Comments From [EMAIL PROTECTED] 2003-01-13 16:11 ------- Workaround (which doesn't mean this bug shouldn't be fixed): To perform tests: if (!isset($test) || $test=="") { echo ""; } To set a variable: $a=""; if (isset($test)) { $a=$test; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
