I want to have a session v ariable that is an array - I also need to be able to dynamically add to this array - meaning I am not sure at any time what size the array will be - how would i do that
$_SESSION['thvar'] = array();
beautious