This is a discussion on Simple cookie question within the PHP Language forums, part of the PHP Programming Forums category; Hi, if i try to set a cookie but the user has cookies disabled does this resolve in an error? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"The Lone Wolf" <jcorp.webmaster@pandora.be> wrote in message
news:50O_a.66894$F92.7411@afrodite.telenet-ops.be... > if i try to set a cookie but the user has cookies disabled does this resolve > in an error? no if http client does not accept cookie there is no error indication, nor any kind of information weathe the cookie has been accepted or not. Only when you serve another page to him you can find out if cookie is present or not. Also there is no way to "persuade" the client to accept the cookie if he does not want to. rush -- http://www.templatetamer.com/ |