[PHP] Re: Cookie problem with IE

2005-11-22 Thread n.g.
did i say it? sorry, i mean load the page in your customer browser. the code you give simple test stored cookie, which might be blocked by browser. however browser blocks stored cookie might allow session cookie, they are not stored so are less insecurity. bad thing is your customer have some ant

Re: [PHP] Re: Cookie problem with IE

2005-11-22 Thread Kristen G. Thorson
n.g. wrote: save below as testcookie.php, request it from your browser twice, what do you get at 2nd time? On 11/22/05, Kristen G. Thorson <[EMAIL PROTECTED]> wrote: Anyone have any suggestions? I'm still stuck. thanks, kgt Kristen G. Thorson wrote: I'm having problems with a

[PHP] Re: Cookie problem with IE

2005-11-22 Thread n.g.
save below as testcookie.php, request it from your browser twice, what do you get at 2nd time? On 11/22/05, Kristen G. Thorson <[EMAIL PROTECTED]> wrote: > Anyone have any suggestions? I'm still stuck. > > > thanks, > kgt > > > > Kristen G. Thorson wrote: > > > I'm having problems with a custo