Yes 🙂
If it doesn't work, maybe U've made a mistake.
$var = Array();
session_register( $var );
If U want 2 save it as a string, use serialize() and unserialize(). By the way, such funcs are used to convert the Array into a string before writting the session file.
Hope This Helps