How do I know if the user veiwing my webpage uses cookies or not?
The problem is that I want to build a login sort of thing. If the user uses cookies I just save the info to it, but if he doesn't then I have to put the session_id in the url. I could do both but I'd have a redundant system, and besides I know that there is a way.
Try to login this forum with and without cookies and you'll notice that if you do without them they'll put the session id on the url but if you do have cookies enabled then it won't appear.