How would i put an entire array into a session variable?
there is no problem to put an array in a session... just like a simple var exempe
$CurrentSession = array( 'DerniereConnexion' => time(), 'IP' => $REMOTE_ADDR); session_register("CurrentSession");[