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!
In regards to user authentication I don't store anything in cookies except the session id. You can then use the session id to pull user details from the database.