Forum Moderators: coopster
I would reccommend using session for user validation and some small data. Database for huge chunks of data. Cookie for not relevant data (like remembering login, some non relevant input values, etc.).
You must remember that cookie, get and post can be maliciously prepared - you have no control and no knowledge who the data comes from.
Hope this cleares things
Michal Cibor