Hi there,
I want to know what is the easiest/best way to check to see if the users browser has cookies enabled, so I can popup a message warning them. I use a session cookie and want to alert users if the site is unable to function correctly.
One way would be to set a sess_var and then check for it in the sess array, but I'm not sure that this would be the most appropriate.
Thanks in advance
Nick