Hello!
How to do use arrays into sessions (or cookies)?
Thanks!
Jairo Conceição, Brazil
One easy way is to serialize() it to a cookie and then to unserialize() from a cookie. This transforms it into a string, that can be read by the user, so don't do this for sensitive info.