logophobia 0 Report post Posted December 31, 2004 Can you save stuff like classes and arrays in sessionsvariables? Share this post Link to post Share on other sites
LuciferStar 0 Report post Posted January 3, 2005 Can you save stuff like classes and arrays in sessionsvariables? <{POST_SNAPBACK}> I don't know,either.but,here's the information: session_register (PHP 4 ) session_register -- Register one or more global variables with the current session Description bool session_register ( mixed name [, mixed ...]) session_register() accepts a variable number of arguments, any of which can be either a string holding the name of a variable or an array consisting of variable names or other arrays. For each name, session_register() registers the global variable with that name in the current session. Share this post Link to post Share on other sites