Hi -
Is there any way in PHP or JavaScript to check and see that a users browser is capable of setting cookies?
Cheers,
Pete
The simples and most reliable way to do that is to just try it.
Set a cookie, do an immediate redirect, and see if the cookie can be retrieved.