Can someone show me a simple way I can test if someone's cookies are not enabled in php? I want to create a test script to determine if the user can properly use my site. If they cannot, I will redirect them to a couple screen shots to show them what to change.
I am only using $_SESSION[] variables, and I beleive that the only thing the cookie is for, in my setup is the session id variable.
Ideally, I would like to turn on an option in PHP for that user to pass the session id back and forth via GET/POST if their cookies are messed up.
Anything Javascript will not work for me, as they may not have javascript enabled.