Forum Moderators: coopster
I've thought of several possible solutions, including creative uses of header('Location...') redirects, but so far haven't found anything that works. If anyone else knows how to do this, I would find it very useful in my particular "hypothetical situation!" ;)
If you use client-side languages to set a cookie, you can set and read on the same page. Cookies set by JavaScript reside in the browser's memory so you will know if they have been accepted or not. Check by setting a test value, and then try to read that value back out of the cookie. If the value still exists, the cookie was accepted.
Milan