Click to See Complete Forum and Search --> : detection of browser settings


andrzej
03-30-2006, 04:01 PM
Welcome

my Question is:
How can I detect if cookie is enabled/disabled in user browser?

thanks in advance

bathurst_guy
03-30-2006, 04:53 PM
Set a cookie, refresh page or goto another page, and try to read cookie, if it contains correct data then ok

andrzej
03-31-2006, 11:26 AM
thanks a lot for a good advise,
so there ( in PHP ) is now function to be able detect user browser settings. Am I correct ?

Zipline
03-31-2006, 12:12 PM
You can get some browswer information using the the preset $HTTP_SERVER_VARS information but it is limited.