PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am using sessions to maintain state. When testing with Opera 7.54 I need to enable cookies in order to get it working. Why is that? Isn't sessions supposed to be independent of the client browser?
I do not need (or wish) to set cookies on the visitors harddisks, nor require that they enable cookies. Is there a way around the problem?
if your server is set to only do session cookies, then yeah, that could be a problem. The session should create a url variable named with your session name, unless you are using your own, in which case, it could be anything..