01-02-2008, 12:44 AM
|
#7 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,381
Thanks: 5
|
In reply to Village Idiot's post, session variables are serialized (ie, formatted into one long string) before being stored physically (in the file system, database, etc.). Some types of variables can't be stored in sessions -- things that can't be serialized -- such as resources or objects with circular references, but most variable types have no problem being saved as session data.
|
|
|
|