Yes, I would like to be able to use sessions. Unfortunately, my web host (Verizon) only provides PHP 3.0.8. And there is no way they are going to allow me to edit their configuration files to bring in support for PHPLIB.
The Meloni book (Chap. 16) has an intro to cookies, but then launches off into a mostly useless discussion of using them with authentication, without even explaining how they really work in the first place. Got any suggestions on a good tutorial for using cookies?
Also, what if the user disables cookies via his browser's settings. If so, wouldn't this undo everything you were tyring to do using cookies? Or will they still work on the server side, despite the user's client side settings?
This sort of reminds me of the JavaScript dilema I've hit. All my JS efforts could be for naught if the user disables JS. I am still trying to find out how this can be done. IE 5.5 only lists options for Java Console, Java Logging and JIT compiler, but nothing about turning off JS.