in reply to Determining if a cookie was accepted

Cookies are sent in the http headers and if I'm not mistaken there's no way to determine if the client accepted or rejected them. The only thing I can think of is to check for the cookie next time the user requests a page (but that's probably not what you want since you write "at that time").

-- 
dempa

  • Comment on Re: Determining if a cookie was accepted