RE: [PHP] testing for cookies on the server side (again, still can't get my head around it)

2002-02-05 Thread Johnson, Kirk
> So what's the flow of code to test for cookies on the server > side? I'm > pretty sure that the only way is to set a cookie, then test for it. That is pretty much it. On the first page request to your application, if PHP encounters a session_start() in your code, it will return a cookie named

[PHP] testing for cookies on the server side (again, still can't get my head around it)

2002-02-04 Thread Justin French
Hi all, Forgive me for re-posting this topic, but I still can't get my head around the right way to work with sessions/cookies, whilst providing some sort of server side testing for people without cookies. I do not want to do it client side (javascript etc). I've got a block of code that I can