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!
You don't want to use cookies at all. At any point, a user could alter a cookie because it is on their computer, which is not at all secure. What you want are sessions.
superdezign wrote:You don't want to use cookies at all. At any point, a user could alter a cookie because it is on their computer, which is not at all secure. What you want are sessions.