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!
To elaborate on what the others have said you can serialize an array and send it as your cookie to store larger amounts of data, remember that any data you set will have to be sent every time a page is accessed so I will hog bandwidth if you send lots of data.