[snip]
I have not looked into it, but do some internet security apps like
Norton try to block certain cookies? I've not come across this, as I
don't really use those programs, but right now I'm grasping for straws.
[/snip]
Certain anti-virus/spyware programs can and do block cookies and can be
Jay Blanchard wrote:
But I sure would like to see the URL once he has clicked it. Have you tried
changing to $_GET['page']? Again, all of this is just for gigglesbut
there is likely to be a clue.
On privacy policies in IE (can he try another browser?) what is his setting?
I'm still
[snip]
>Sorry, I should have paid more attention. Is $_REQUEST['page'] correctly
set
>when (print_r the array...just for giggles)
I can verify $_REQUEST is correct for me, and I'm sure it's correct for
him too, since he gets "Cookie NOT set." The second if statement
requires $_REQUEST['page'] t
Jay Blanchard wrote:
[snip]
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COOKIE['VATtest'] ) ) {
echo $_COOKIE['VATtest'];
} else {
echo 'Cookie NOT set.';
}
}
?>
Which is all I had in entirety. Is this not a "basi
[snip]
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COOKIE['VATtest'] ) ) {
echo $_COOKIE['VATtest'];
} else {
echo 'Cookie NOT set.';
}
}
?>
Which is all I had in entirety. Is this not a "basic cookie?"
[/snip]
Jay Blanchard wrote:
[snip]
Anyone have any suggestions? I'm still stuck.
[/snip]
Can you send him another test where a basic cookie gets set and then
checked?
.
Not sure what you mean. I sent him to this script:
Test cookie.';
} else if( $_REQUEST['page'] == '1' ) {
if( isset( $_COO
[snip]
Anyone have any suggestions? I'm still stuck.
[/snip]
Can you send him another test where a basic cookie gets set and then
checked?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7 matches
Mail list logo