Sessions Related Topic

hi All

i have a problem i have a form name orderform.php on which there is two value to be filled by dropdown and on same form i want to show my data in list view ,and i have if(isset($_POST[‘Order’]))

		{	


			$model->attributes=$_POST['Order'];


			Yii::app()->session['Products']=array();


			Yii::app()->session['Products'][] = $product_id;


			





	}

one my snapshots i have attached to my topic.

store $product_id then how can i solve my problem please guide me.

Thank You. :unsure: